Skip to content

Commit

Permalink
replace SU(2) with U(1,\mathbb{H}) (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium authored Oct 22, 2023
1 parent 1b17292 commit 89232ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/rotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If you need more performance, please consider using [Rotations.jl](https://githu
## Convert a rotation matrix to a quaternion
A rotation matrix can be converted to a unit quaternion.
The following implementation is based on [https://arxiv.org/pdf/math/0701759.pdf](https://arxiv.org/pdf/math/0701759.pdf).
Note that the following mapping ``SO(3) \to SU(2)`` is not surjective.
Note that the following mapping ``SO(3) \to U(1,\mathbb{H})`` is not surjective.

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

0 comments on commit 89232ef

Please sign in to comment.