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