matlab 3维修改坐标系,matlab实现三维空间坐标变换

3D Rotations

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.

Giampy

January 2001

你可能感兴趣的:(matlab,3维修改坐标系)