Returns the origin and XYZ axes of a given transform.
0 |
Transform |
Transform |
The transform to decompose. |
1 |
Vector |
Origin |
The origin of the transform. |
2 |
Vector |
X Axis |
The vector of the X axis of the transform. |
3 |
Vector |
Y Axis |
The vector of the Y axis of the transform. |
4 |
Vector |
Z Axis |
The vector of the Z axis of the transform. |
SUCCESS |
This command always succeeds. |
This can be used to provide the X/Y/Z axes of any object, for example a frame, when its transform is known.