|
|
Matrix4x4 Fields |
The Matrix4x4 type exposes the following members.
| Name | Description | |
|---|---|---|
| V00 |
Row 0 column 0 element of the matrix.
| |
| V01 |
Row 0 column 1 element of the matrix.
| |
| V02 |
Row 0 column 2 element of the matrix.
| |
| V03 |
Row 0 column 3 element of the matrix.
| |
| V10 |
Row 1 column 0 element of the matrix.
| |
| V11 |
Row 1 column 1 element of the matrix.
| |
| V12 |
Row 1 column 2 element of the matrix.
| |
| V13 |
Row 1 column 3 element of the matrix.
| |
| V20 |
Row 2 column 0 element of the matrix.
| |
| V21 |
Row 2 column 1 element of the matrix.
| |
| V22 |
Row 2 column 2 element of the matrix.
| |
| V23 |
Row 2 column 3 element of the matrix.
| |
| V30 |
Row 3 column 0 element of the matrix.
| |
| V31 |
Row 3 column 1 element of the matrix.
| |
| V32 |
Row 3 column 2 element of the matrix.
| |
| V33 |
Row 3 column 3 element of the matrix.
|