Matrix Fields |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Identity |
A Matrix representing the "Identity" matrix
| |
| RotationX0 |
Equivalent to Identity | |
| RotationX180 |
Precomputed rotation Matrix of 180 degrees (or -180 degrees) about the X-Axis
| |
| RotationX270 |
Precomputed rotation Matrix of 270 degrees (or -90 degrees) about the X-Axis
| |
| RotationX360 |
Equivalent to Identity | |
| RotationX90 |
Precomputed rotation Matrix of 90 degrees (or -270 degrees) about the X-Axis
| |
| RotationY0 |
Equivalent to Identity | |
| RotationY180 |
Precomputed rotation Matrix of 180 degrees (or -180 degrees) about the Y-Axis
| |
| RotationY270 |
Precomputed rotation Matrix of 270 degrees (or -90 degrees) about the Y-Axis
| |
| RotationY360 |
Equivalent to Identity | |
| RotationY90 |
Precomputed rotation Matrix of 90 degrees (or -270 degrees) about the Y-Axis
| |
| RotationZ0 |
Equivalent to Identity | |
| RotationZ180 |
Precomputed rotation Matrix of 180 degrees (or -180 degrees) about the Y-Axis
| |
| RotationZ270 |
Precomputed rotation Matrix of 270 degrees (or -90 degrees) about the Z-Axis
| |
| RotationZ360 |
Equivalent to Identity | |
| RotationZ90 |
Precomputed rotation Matrix of 90 degrees (or -270 degrees) about the Z-Axis
| |
| Zero |
A Matrix with all of its components set to zero.
|