Gets the matrix data as the components that define a coordinate system.
"matrix3D_var" is a variable referencing a Matrix3D object. |
|
| Name | Type | Description |
| origin | Point3D | The output origin point of the coordinate system. |
| xAxis | Vector3D | The output x axis direction of the coordinate system. |
| yAxis | Vector3D | The output y axis direction of the coordinate system. |
| zAxis | Vector3D | The output z axis direction of the coordinate system. |