Matrix Properties |
The Matrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | Backward |
Gets the backward vector formed from the second row -M21, -M22, -M23 elements.
|
![]() | Down |
Gets the down vector formed from the third row -M31, -M32, -M33 elements.
|
![]() | Forward |
Gets the forward vector formed from the second row M21, M22, M23 elements.
|
![]() ![]() | Identity |
Returns the identity matrix.
|
![]() | ItemInt32 |
Gets the value at the specified index.
|
![]() | ItemInt32, Int32 |
Gets the value at the specified column and row.
|
![]() | Left |
The left vector formed from the first row -M11, -M12, -M13 elements.
|
![]() | M11 |
Gets the first row and first column value.
|
![]() | M12 |
Gets the first row and second column value.
|
![]() | M13 |
Gets the first row and third column value.
|
![]() | M14 |
Gets the first row and fourth column value.
|
![]() | M21 |
Gets the second row and first column value.
|
![]() | M22 |
Gets the second row and second column value.
|
![]() | M23 |
Gets the second row and third column value.
|
![]() | M24 |
Gets the second row and fourth column value.
|
![]() | M31 |
Gets the third row and first column value.
|
![]() | M32 |
Gets the third row and second column value.
|
![]() | M33 |
Gets the third row and third column value.
|
![]() | M34 |
Gets the third row and fourth column value.
|
![]() | M41 |
Gets the fourth row and first column value.
|
![]() | M42 |
Gets the fourth row and second column value.
|
![]() | M43 |
Gets the fourth row and third column value.
|
![]() | M44 |
Gets the fourth row and fourth column value.
|
![]() | Right |
Gets the right vector formed from the first row M11, M12, M13 elements.
|
![]() | Rotation |
Gets the rotation stored in this matrix.
|
![]() | Scale |
Gets the scale stored in this matrix.
|
![]() | Translation |
Gets the position stored in this matrix.
|
![]() | Up |
Gets the upper vector formed from the third row M31, M32, M33 elements.
|