The Matrix4x4Utils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBlend
Blends a matrix m1 by amount1 and a matrix m2 by amount2 into a new matrix m.
Public methodStatic memberDecompose(Matrix4x4, Vector3D%, Vector3D%, Vector3D%)
Decomposes the matrix into its scalar, rotational, and translational elements.
Public methodStatic memberDecompose(Matrix4x4, Vector3D%, Vector4D%, Vector3D%)
Decomposes the matrix into its scalar, rotational, and translational elements.

See Also