Class Matrix4x4Factory
Matrix4x4Factory class
public static class Matrix4x4Factory
Methods
| Name | Description |
|---|
| static CreateFrom(Matrix4x4?, Vector3?, Quaternion?, Vector3?) | Evaluates a Matrix4x4 transform based on the available parameters. |
| static CreateFromRows(Vector3, Vector3, Vector3) | |
| static CreateFromRows(Vector3, Vector3, Vector3, Vector3) | |
| static GuardMatrix(string, Matrix4x4, MatrixCheck, float) | |
| static IsValid(ref Matrix4x4, MatrixCheck, float) | |
| static LocalToWorld(ref Matrix4x4, ref Matrix4x4) | |
| static NormalizeMatrix(ref Matrix4x4) | Normalizes the axis of the given matrix, to make it orthogonal. |
| static WorldToLocal(ref Matrix4x4, ref Matrix4x4) | |
Other Members
See Also