Matrix33F Properties |
The Matrix33F type exposes the following members.
Name | Description | |
---|---|---|
Determinant |
Returns the determinant of this matrix.
| |
Inverse |
Returns the inverse of this matrix.
| |
IsNaN |
Gets a value indicating whether an element of the matrix is NaN.
| |
IsOrthogonal |
Gets a value indicating whether this instance is orthogonal.
| |
IsRotation |
Gets a value indicating whether this instance is a rotation matrix.
| |
IsSymmetric |
Gets a value indicating whether this matrix is symmetric.
| |
ItemInt32 |
Gets or sets the element at the specified index.
| |
ItemInt32, Int32 |
Gets or sets the element at the specified index.
| |
Trace |
Gets the matrix trace (the sum of the diagonal elements).
| |
Transposed |
Returns the transposed of this matrix.
|