Matrix4x4Factory.CreateFrom
Matrix4x4Factory.CreateFrom method
Evaluates a Matrix4x4 transform based on the available parameters.
public static Matrix4x4 CreateFrom(Matrix4x4? transform, Vector3? scale, Quaternion? rotation,
Vector3? translation)
Parameter | Type | Description |
---|---|---|
transform | Nullable`1 | A Matrix4x4 instance, or null. |
scale | Nullable`1 | A Vector3 instance, or null. |
rotation | Nullable`1 | A Quaternion instance, or null. |
translation | Nullable`1 | A Vector3 instance, or null. |
Return Value
A Matrix4x4 transform.
See Also
- class Matrix4x4Factory
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD