GlobalTransform
Overview
GlobalTransform is a class in Aspose.3D FOSS for Python.
The GlobalTransform class exposes translation, scale, euler_angles, rotation, and transform_matrix properties for direct manipulation of an entity’s world transform.
This class declares 1 method for GlobalTransform objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: euler_angles, rotation, scale, transform_matrix, translation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
translation | Vector3 | Read | Gets the translation. |
scale | Vector3 | Read | Gets the scale. |
euler_angles | Vector3 | Read | Gets the euler angles. |
rotation | Quaternion | Read | Gets the rotation. |
transform_matrix | Matrix4 | Read | Gets the transform matrix. |
Methods
| Signature | Description |
|---|---|
__init__(matrix: Matrix4) | Calls init(matrix) on this GlobalTransform instance. |