Matrix3By3 Properties |
The Matrix3By3 type exposes the following members.
Name | Description | |
---|---|---|
Identity |
Gets a Matrix3By3 representing an identity transformation.
| |
IsUndefined |
Gets a value indicating whether any of the matrix values are NaN.
| |
Item |
Accesses the matrix elements using zero-based indexing.
| |
M11 |
Gets the element in the first row, first column.
| |
M12 |
Gets the element in the first row, second column.
| |
M13 |
Gets the element in the first row, third column.
| |
M21 |
Gets the element in the second row, first column.
| |
M22 |
Gets the element in the second row, second column.
| |
M23 |
Gets the element in the second row, third column.
| |
M31 |
Gets the element in the third row, first column.
| |
M32 |
Gets the element in the third row, second column.
| |
M33 |
Gets the element in the third row, third column.
| |
Undefined |
Gets a Matrix3By3 with elements of NaN.
| |
Zero |
Gets a Matrix3By3 representing the zero matrix.
|