We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea60b1f commit 86e06d3Copy full SHA for 86e06d3
1 file changed
src/compose_rotations.jl
@@ -28,10 +28,12 @@ The rotations can be described by:
28
29
- A direction cosine matrix ([`DCM`](@ref));
30
- An Euler angle and axis ([`EulerAngleAxis`](@ref));
31
-- A set of Euler angles ([`EulerAngles`](@ref)); or
32
-- A quaternion ([`Quaternion`](@ref)).
+- A set of Euler angles ([`EulerAngles`](@ref));
+- A quaternion ([`Quaternion`](@ref));
33
+- Classical Rodrigues parameters ([`CRP`](@ref)); or
34
+- Modified Rodrigues parameters ([`MRP`](@ref)).
35
-Notice, however, that all rotations **must be** of the same type (DCM or quaternion).
36
+Notice, however, that all rotations **must be** of the same type.
37
38
The output will have the same type as the inputs.
39
0 commit comments