Click or drag to resize

Matrix3x2 Properties

The Matrix3x2 type exposes the following members.

Properties
 NameDescription
Public propertyDeterminantThe determinant of the matrix.
Public propertyStatic memberIdentity Gets the identity matrix.
Public propertyIsIdentity 
Public propertyM11Gets the matrix element M[1,1].
Public propertyM12Gets the matrix element M[1,2].
Public propertyM13Gets the matrix element M[1,3] (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,3] (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] (is always = 1).
Top
See Also