Click or drag to resize

Matrix4x4 Properties

The Matrix4x4 type exposes the following members.

Properties
 NameDescription
Public propertyDeterminant 
Public propertyItem 
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].
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].
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].
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].
Top
See Also