Matrix4.SetTRS
Matrix4.SetTRS method
Initializes the matrix with translation/rotation/scale
public void SetTRS(Vector3 translation, Vector3 rotation, Vector3 scale)
Parameter | Type | Description |
---|---|---|
translation | Vector3 | Translation. |
rotation | Vector3 | Euler angles for rotation, fields are in degree. |
scale | Vector3 | Scale. |
See Also
- struct Vector3
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D