Matrix44F Fields |
The Matrix44F type exposes the following members.
Name | Description | |
---|---|---|
Identity |
Returns the 4 x 4 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.
| |
M03 |
The element in first row, fourth 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.
| |
M13 |
The element in second row, fourth 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.
| |
M23 |
The element in third row, fourth column.
| |
M30 |
The element in fourth row, first column.
| |
M31 |
The element in fourth row, second column.
| |
M32 |
The element in fourth row, third column.
| |
M33 |
The element in fourth row, fourth column.
| |
One |
Returns a Matrix44F with all of its components set to one.
| |
Zero |
Returns a Matrix44F with all of its components set to zero.
|