Click or drag to resize

Matrix4 Properties

The Matrix4 type exposes the following members.

Properties
  NameDescription
Public propertyDeterminant
Gets the matrix determinant.
Public propertyEulerOrientation
Gets the matrix euler orientation.
Public propertyInversed
Gets the inversed matrix.
Public propertyItemInt32
Bracket operator to get the item at a specified index. The matrix component are accessed in column major.
Public propertyItemInt32, Int32
Bracket operator to get the item at a specified row and column indexes.
Public propertyNegated
Gets the negated matrix.
Public propertyNormalTransform
Gets the normal transform matrix.
Public propertyScaling
Gets the matrix scaling.
Public propertyTranslation
Gets the matrix translation vector.
Public propertyTransposed
Gets the transposed matrix.
Public propertyWithoutScaling
Gets the matrix without scaling.
Public propertyWithoutTranslation
Gets the matrix without translation.
Top
See Also