set_trs method
set_trs
Initializes the matrix with translation/rotation/scale
def set_trs(self, translation, rotation, scale):
...
Parameter | Type | Description |
---|---|---|
translation | Vector3 | Translation. |
rotation | Vector3 | Euler angles for rotation, fields are in degree. |
scale | Vector3 | Scale. |
See Also
- module
aspose.threed.utilities
- class
Matrix4