Sets the matrix based on the components of a coordinate system.
"matrix3D_var" is a variable referencing a Matrix3D object. |
"matrix3D_var" is a variable referencing a Matrix3D object. |
| Type | Description |
| boolean | Returns true if successful. |
| Name | Type | Description |
| origin | Point3D | The origin point of the coordinate system. |
| xAxis | Vector3D | The x axis direction of the coordinate system. |
| yAxis | Vector3D | The y axis direction of the coordinate system. |
| zAxis | Vector3D | The z axis direction of the coordinate system. |