We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3cb89 commit bd359c6Copy full SHA for bd359c6
1 file changed
src/conversions/angle_to_dcm.jl
@@ -59,7 +59,6 @@ julia> dcm = angle_to_dcm(pi / 2, pi / 3, pi / 4, :ZYX)
59
3.06162e-17 0.5 -0.866025
60
-0.707107 0.612372 0.353553
61
0.707107 0.612372 0.353553
62
-
63
```
64
"""
65
function angle_to_dcm(θ::Number, rot_seq::Symbol)
0 commit comments