Click or drag to resize
DigitalRuneMatrix44F Properties

The Matrix44F type exposes the following members.

Properties
  NameDescription
Public propertyDeterminant
Returns the determinant of this matrix.
Public propertyInverse
Returns the inverse of this matrix.
Public propertyIsNaN
Gets a value indicating whether an element of the matrix is NaN.
Public propertyIsSymmetric
Gets a value indicating whether this matrix is symmetric.
Public propertyItemInt32
Gets or sets the element at the specified index.
Public propertyItemInt32, Int32
Gets or sets the element at the specified index.
Public propertyMinor
Gets or sets the upper left 3x3 sub-matrix.
Public propertyTrace
Gets the matrix trace (the sum of the diagonal elements).
Public propertyTranslation
Gets or sets the translation vector (M03, M13, M23) of the matrix.
Public propertyTransposed
Returns the transposed of this matrix.
Top
See Also