[This is preliminary documentation and is subject to change.]
The Matrix type exposes the following members.
Fields
Name | Description | |
---|---|---|
M11 |
Gets or sets the element of the matrix that exists in the first row and first column.
| |
M12 |
Gets or sets the element of the matrix that exists in the first row and second column.
| |
M13 |
Gets or sets the element of the matrix that exists in the first row and third column.
| |
M14 |
Gets or sets the element of the matrix that exists in the first row and fourth column.
| |
M21 |
Gets or sets the element of the matrix that exists in the second row and first column.
| |
M22 |
Gets or sets the element of the matrix that exists in the second row and second column.
| |
M23 |
Gets or sets the element of the matrix that exists in the second row and third column.
| |
M24 |
Gets or sets the element of the matrix that exists in the second row and fourth column.
| |
M31 |
Gets or sets the element of the matrix that exists in the third row and first column.
| |
M32 |
Gets or sets the element of the matrix that exists in the third row and second column.
| |
M33 |
Gets or sets the element of the matrix that exists in the third row and third column.
| |
M34 |
Gets or sets the element of the matrix that exists in the third row and fourth column.
| |
M41 |
Gets or sets the element of the matrix that exists in the fourth row and first column.
| |
M42 |
Gets or sets the element of the matrix that exists in the fourth row and second column.
| |
M43 |
Gets or sets the element of the matrix that exists in the fourth row and third column.
| |
M44 |
Gets or sets the element of the matrix that exists in the fourth row and fourth column.
|
See Also