Matrix6By6Symmetric Properties |
The Matrix6By6Symmetric type exposes the following members.
Name | Description | |
---|---|---|
Identity |
Gets a Matrix6By6Symmetric representing an identity transformation.
| |
IsUndefined |
Gets a value indicating whether any of the matrix values are NaN.
| |
Item |
Accesses the matrix elements using zero-based indexing.
| |
M11 |
Gets the element in the first row, first column.
| |
M12 |
Gets the element in the first row, second column.
| |
M13 |
Gets the element in the first row, third column.
| |
M14 |
Gets the element in the first row, fourth column.
| |
M15 |
Gets the element in the first row, fifth column.
| |
M16 |
Gets the element in the first row, sixth column.
| |
M21 |
Gets the element in the second row, first column.
| |
M22 |
Gets the element in the second row, second column.
| |
M23 |
Gets the element in the second row, third column.
| |
M24 |
Gets the element in the second row, fourth column.
| |
M25 |
Gets the element in the second row, fifth column.
| |
M26 |
Gets the element in the second row, sixth column.
| |
M31 |
Gets the element in the third row, first column.
| |
M32 |
Gets the element in the third row, second column.
| |
M33 |
Gets the element in the third row, third column.
| |
M34 |
Gets the element in the third row, fourth column.
| |
M35 |
Gets the element in the third row, fifth column.
| |
M36 |
Gets the element in the third row, sixth column.
| |
M41 |
Gets the element in the fourth row, first column.
| |
M42 |
Gets the element in the fourth row, second column.
| |
M43 |
Gets the element in the fourth row, third column.
| |
M44 |
Gets the element in the fourth row, fourth column.
| |
M45 |
Gets the element in the fourth row, fifth column.
| |
M46 |
Gets the element in the fourth row, sixth column.
| |
M51 |
Gets the element in the fifth row, first column.
| |
M52 |
Gets the element in the fifth row, second column.
| |
M53 |
Gets the element in the fifth row, third column.
| |
M54 |
Gets the element in the fifth row, fourth column.
| |
M55 |
Gets the element in the fifth row, fifth column.
| |
M56 |
Gets the element in the fifth row, sixth column.
| |
M61 |
Gets the element in the sixth row, first column.
| |
M62 |
Gets the element in the sixth row, second column.
| |
M63 |
Gets the element in the sixth row, third column.
| |
M64 |
Gets the element in the sixth row, fourth column.
| |
M65 |
Gets the element in the sixth row, fifth column.
| |
M66 |
Gets the element in the sixth row, sixth column.
| |
Undefined |
Gets a Matrix6By6Symmetric representing an undefined matrix containing NaN values.
| |
Zero |
Gets a Matrix6By6Symmetric representing the zero matrix.
|