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