Skip to content

Commit

Permalink
Minor documentation type fix in 3d_angleaxis.md (#295)
Browse files Browse the repository at this point in the history
Changed `R = R =` to `R =`
  • Loading branch information
Kevin-Mattheus-Moerman authored Apr 8, 2024
1 parent 2662b4f commit e4be8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/3d_angleaxis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4be8c5

Please sign in to comment.