Skip to content

Commit 88fb790

Browse files
authored
Bump version to v1.3.4 (#247)
* update documentation * bump version to v1.3.4
1 parent 9f72cf8 commit 88fb790

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Rotations"
22
uuid = "6038ab10-8711-5258-84ad-4b1120ba62dc"
3-
version = "1.3.3"
3+
version = "1.3.4"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

docs/src/3d_quaternion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RotY(β) ≈ QuatRotation(cos(β/2),0,sin(β/2),0) # These matrices are equal
2424
RotZ(γ) ≈ QuatRotation(cos(γ/2),0,0,sin(γ/2)) # These matrices are equal
2525
```
2626

27+
See also [Quaternions.jl documentation](https://juliageometry.github.io/Quaternions.jl/stable/examples/rotations/).
28+
2729
## `RodriguesParam`
2830
A 3-parameter representation of 3D rotations that has a singularity at ``180^{\circ}``.
2931
They can be interpreted as a projection of the unit quaternion onto the plane tangent to the quaternion identity.

0 commit comments

Comments
 (0)