|
|
Matrix3x3 Fields |
The Matrix3x3 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.
| |
| 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.
| |
| 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.
|