Matrix4 Fields |
The Matrix4 type exposes the following members.
Name | Description | |
---|---|---|
Identity |
The identity 4x4 matrix
| |
M00 |
The [0, 0] or [0] element of the matrix.
| |
M01 |
The [0, 1] or [1] element of the matrix.
| |
M02 |
The [0, 2] or [2] element of the matrix.
| |
M03 |
The [0, 3] or [3] element of the matrix.
| |
M10 |
The [1, 0] or [4] element of the matrix.
| |
M11 |
The [1, 1] or [5] element of the matrix.
| |
M12 |
The [1, 2] or [6] element of the matrix.
| |
M13 |
The [1, 3] or [7] element of the matrix.
| |
M20 |
The [2, 0] or [8] element of the matrix.
| |
M21 |
The [2, 1] or [9] element of the matrix.
| |
M22 |
The [2, 2] or [10] element of the matrix.
| |
M23 |
The [2, 3] or [11] element of the matrix.
| |
M30 |
The [3, 0] or [12] element of the matrix.
| |
M31 |
The [3, 1] or [13] element of the matrix.
| |
M32 |
The [3, 2] or [14] element of the matrix.
| |
M33 |
The [3, 3] or [15] element of the matrix.
|