Skip to content

Commit 89232ef

Browse files
authored
replace SU(2) with U(1,\mathbb{H}) (#131)
1 parent 1b17292 commit 89232ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/rotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you need more performance, please consider using [Rotations.jl](https://githu
103103
## Convert a rotation matrix to a quaternion
104104
A rotation matrix can be converted to a unit quaternion.
105105
The following implementation is based on [https://arxiv.org/pdf/math/0701759.pdf](https://arxiv.org/pdf/math/0701759.pdf).
106-
Note that the following mapping ``SO(3) \to SU(2)`` is not surjective.
106+
Note that the following mapping ``SO(3) \to U(1,\mathbb{H})`` is not surjective.
107107

108108
```@example rotation
109109
function quat_from_rotmatrix(dcm::AbstractMatrix{T}) where {T<:Real}

0 commit comments

Comments
 (0)