Click or drag to resize

Matrix4x3 Properties

The Matrix4x3 type exposes the following members.

Properties
 NameDescription
Public propertyDeterminantThe determinant of the matrix.
Public propertyStatic memberIdentity Gets the identity matrix.
Public propertyInverse 
Public propertyM11Gets the matrix element M[1,1].
Public propertyM12Gets the matrix element M[1,2].
Public propertyM13Gets the matrix element M[1,3].
Public propertyM14Gets the matrix element M[1,4] (is always = 0).
Public propertyM21Gets the matrix element M[2,1].
Public propertyM22Gets the matrix element M[2,2].
Public propertyM23Gets the matrix element M[2,2].
Public propertyM24Gets the matrix element M[2,4] (is always = 0).
Public propertyM31Gets the matrix element M[3,1].
Public propertyM32Gets the matrix element M[3,1].
Public propertyM33Gets the matrix element M[3,3].
Public propertyM34Gets the matrix element M[3,4] (is always = 0).
Public propertyM41Gets the matrix element M[4,1]. This is OffsetX.
Public propertyM42Gets the matrix element M[4,2]. This is OffsetY.
Public propertyM43Gets the matrix element M[4,3]. This is OffsetZ.
Public propertyM44Gets the matrix element M[4,4] (is always = 1).
Top
See Also