Skip to content

Commit

Permalink
documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 25, 2024
1 parent c53afc4 commit a275c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/groups/rotation_action.jl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ end
@doc raw"""
QuaternionRotation
Action of the unit quaternion group [`UnitaryMatrices`](@ref)`(1, ℍ)` on ``ℝ^3``.
Action of the unit quaternion group [`Unitary`](@ref)`(1, ℍ)` on ``ℝ^3``.
"""
struct QuaternionRotation <: AbstractGroupAction{LeftAction} end

Expand All @@ -356,7 +356,7 @@ group_manifold(::QuaternionRotation) = Euclidean(3)
@doc raw"""
apply(A::QuaternionRotation, g::Quaternion, p)
Rotate point `p` from [`Euclidean(3)`](@ref) manifold through conjugation by the group
Rotate point `p` from [`Euclidean`](@ref)`(3)` manifold through conjugation by the group
element `g`.
The formula reads
````math
Expand Down Expand Up @@ -385,7 +385,7 @@ function apply!(::QuaternionRotation, q, ::Identity{MultiplicationOperation}, p)
end

"""
quaternionic_rotation_matrix(g::Quaternions.Quaternion)
quaternion_rotation_matrix(g::Quaternions.Quaternion)
Compute rotation matrix for [`RotationAction`](@ref) corresponding to
[`QuaternionRotation`](@ref) by `g`.
Expand Down

0 comments on commit a275c1b

Please sign in to comment.