Matrix4 Properties |
The Matrix4 type exposes the following members.
Name | Description | |
---|---|---|
Determinant |
Gets the matrix determinant.
| |
EulerOrientation |
Gets the matrix euler orientation.
| |
Inversed |
Gets the inversed matrix.
| |
ItemInt32 |
Bracket operator to get the item at a specified index.
The matrix component are accessed in column major.
| |
ItemInt32, Int32 |
Bracket operator to get the item at a specified row and column indexes.
| |
Negated |
Gets the negated matrix.
| |
NormalTransform |
Gets the normal transform matrix.
| |
Scaling |
Gets the matrix scaling.
| |
Translation |
Gets the matrix translation vector.
| |
Transposed |
Gets the transposed matrix.
| |
WithoutScaling |
Gets the matrix without scaling.
| |
WithoutTranslation |
Gets the matrix without translation.
|