From e4be8c5af41a2f25581539025942660609432a7b Mon Sep 17 00:00:00 2001 From: Kevin Mattheus Moerman Date: Mon, 8 Apr 2024 15:49:03 +0100 Subject: [PATCH] Minor documentation type fix in 3d_angleaxis.md (#295) Changed `R = R =` to `R =` --- docs/src/3d_angleaxis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/3d_angleaxis.md b/docs/src/3d_angleaxis.md index b8141587..95b80ac1 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