| Matrix33F Fields |
The Matrix33F type exposes the following members.
| Name | Description | |
|---|---|---|
| Identity |
Returns the 3 x 3 identity matrix.
| |
| M00 |
The element in first row, first column.
| |
| M01 |
The element in first row, second column.
| |
| M02 |
The element in first row, third column.
| |
| M10 |
The element in second row, first column.
| |
| M11 |
The element in second row, second column.
| |
| M12 |
The element in second row, third column.
| |
| M20 |
The element in third row, first column.
| |
| M21 |
The element in third row, second column.
| |
| M22 |
The element in third row, third column.
| |
| One |
Returns a Matrix33F with all of its components set to one.
| |
| Zero |
Returns a Matrix33F with all of its components set to zero.
|