Skip to content

Commit 86e06d3

Browse files
ronisbrclaude
andcommitted
📚 Fix compose_rotation docstring to include CRP and MRP
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ea60b1f commit 86e06d3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/compose_rotations.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ The rotations can be described by:
2828
2929
- A direction cosine matrix ([`DCM`](@ref));
3030
- An Euler angle and axis ([`EulerAngleAxis`](@ref));
31-
- A set of Euler angles ([`EulerAngles`](@ref)); or
32-
- A quaternion ([`Quaternion`](@ref)).
31+
- A set of Euler angles ([`EulerAngles`](@ref));
32+
- A quaternion ([`Quaternion`](@ref));
33+
- Classical Rodrigues parameters ([`CRP`](@ref)); or
34+
- Modified Rodrigues parameters ([`MRP`](@ref)).
3335
34-
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.
3537
3638
The output will have the same type as the inputs.
3739

0 commit comments

Comments
 (0)