transform_to method
transform_to(self, target_system)
Create a matrix used to convert from current axis system to target axis system.
Returns
A new transformation matrix to do the axis conversion
def transform_to(self, target_system):
...
| Parameter | Type | Description |
|---|---|---|
| target_system | AxisSystem | Target axis system |
See Also
- module
aspose.threed - class
AxisSystem - class
Matrix4