diff --git a/docs/src/3d_angleaxis.md b/docs/src/3d_angleaxis.md index b814158..95b80ac 100644 --- a/docs/src/3d_angleaxis.md +++ b/docs/src/3d_angleaxis.md @@ -74,7 +74,7 @@ R(\bm{v}) ```@repl using Rotations, LinearAlgebra # 1/3 (120°) rotation around the (1/√3, 1/√3, 1/√3) vector -R = R = RotationVec(2π/3(√3), 2π/3(√3), 2π/3(√3)) +R = RotationVec(2π/3(√3), 2π/3(√3), 2π/3(√3)) # This matrix swaps the xyz coordinates R * [1,2,3] R^2