We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a95f2 commit 529b4ccCopy full SHA for 529b4cc
doc/source/coordinate_systems.rst
@@ -386,8 +386,8 @@ A rotation of $\gamma$ radians around the first array axis:
386
\end{bmatrix} =
387
\begin{bmatrix}
388
1 & 0 & 0 \\
389
- 0 & \cos(\gamma) & 0 & -\sin(\gamma) \\
390
- 0 & \sin(\gamma) & 0 & \cos(\gamma) \\
+ 0 & \cos(\gamma) & -\sin(\gamma) \\
+ 0 & \sin(\gamma) & \cos(\gamma) \\
391
\end{bmatrix}
392
393
i\\
0 commit comments