首页 > 其他 > 详细

Conversion of Rotation Matrix Along Axis

时间:2019-06-29 09:16:35      阅读:98      评论:0      收藏:0      [点我收藏+]

Conversion of Rotation Matrix along Axies

Visit My GitHub

Decompose a rotation matrix into 3 rotations along x, y, and z axis.

\[Rx = \begin\[\begin{matrix} 1 & 0 & 0\\0 & cos\phi & -sin\phi\\0 & sin\phi & cos\phi \end{matrix}\end\]\]
The rotation matrix
\(R_xR_yR_z=\begin{matrix}1 & 0 & 0\\ 0 & 1 & 0 \\ 0 & 0 & 1\end{matrix}\tag{1}\)

Conversion of Rotation Matrix Along Axis

原文:https://www.cnblogs.com/thisisajoke/p/11101254.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!