Matrix4x4 Structure
Defines a 4 x 4 matrix.
Matrix4x4 has the following members.
| Name | Description |
|---|---|
| M11 | The value in the first row and first column of the matrix. |
| M12 | The value in the first row and second column of the matrix. |
| M13 | The value in the first row and third column of the matrix. |
| M14 | The value in the first row and fourth column of the matrix. |
| M21 | The value in the second row and first column of the matrix. |
| M22 | The value in the second row and second column of the matrix. |
| M23 | The value in the second row and third column of the matrix. |
| M24 | The value in the second row and fourth column of the matrix. |
| M31 | The value in the third row and first column of the matrix. |
| M32 | The value in the third row and second column of the matrix. |
| M33 | The value in the third row and third column of the matrix. |
| M34 | The value in the third row and fourth column of the matrix. |
| M41 | The value in the fourth row and first column of the matrix. |
| M42 | The value in the fourth row and second column of the matrix. |
| M43 | The value in the fourth row and third column of the matrix. |
| M44 | The value in the fourth row and fourth column of the matrix. |
Community Additions
ADD
Show: