3dtrans.txt
来自「产生脉冲流密度为百万的雷达脉冲」· 文本 代码 · 共 32 行
TXT
32 行
==========================================================================
ftp://ftp.mathworks.com/pub/contrib/v5/math/3Dtrans
3D Space Coordinate Transformations
This folder contains 3 files (m-functions) :
- t2x.m Transformation Matrix to Generalized Position Vector.
- x2t.m Generalized Position Vector to Transformation Matrix.
- m2m.m Mass/Inertia Tensor transformation with coordinate change.
In the Generalized Position Vector the orientation can be expressed with:
- unit quaternion,
- Euler angles xyz (roll, pitch, and yaw),
- Euler angles zyz (rotation, precession, and mutation),
- unit vector and rotation angle,
- Denavitt-Hartemberg parameters.
Conversion between the above orientation systems can be easily achieved.
The three files work independently on each other, but since they work
on the same objects it is somewhat useful to keep them in the same folder.
For more detailed information see the help texts of the three functions.
January 2001
Giampiero Campa, PhD, Research Assistant Professor
West Virginia University, Aerospace Engineering Dept.
Morgantown, WV, 26506-6106, USA
campa@cemr.wvu.edu; gcampa@supereva.it
==========================================================================
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?