Click or drag to resize

Matrix Fields

The Matrix type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIdentity
A Matrix representing the "Identity" matrix
Public fieldStatic memberRotationX0
Equivalent to Identity
Public fieldStatic memberRotationX180
Precomputed rotation Matrix of 180 degrees (or -180 degrees) about the X-Axis
Public fieldStatic memberRotationX270
Precomputed rotation Matrix of 270 degrees (or -90 degrees) about the X-Axis
Public fieldStatic memberRotationX360
Equivalent to Identity
Public fieldStatic memberRotationX90
Precomputed rotation Matrix of 90 degrees (or -270 degrees) about the X-Axis
Public fieldStatic memberRotationY0
Equivalent to Identity
Public fieldStatic memberRotationY180
Precomputed rotation Matrix of 180 degrees (or -180 degrees) about the Y-Axis
Public fieldStatic memberRotationY270
Precomputed rotation Matrix of 270 degrees (or -90 degrees) about the Y-Axis
Public fieldStatic memberRotationY360
Equivalent to Identity
Public fieldStatic memberRotationY90
Precomputed rotation Matrix of 90 degrees (or -270 degrees) about the Y-Axis
Public fieldStatic memberRotationZ0
Equivalent to Identity
Public fieldStatic memberRotationZ180
Precomputed rotation Matrix of 180 degrees (or -180 degrees) about the Y-Axis
Public fieldStatic memberRotationZ270
Precomputed rotation Matrix of 270 degrees (or -90 degrees) about the Z-Axis
Public fieldStatic memberRotationZ360
Equivalent to Identity
Public fieldStatic memberRotationZ90
Precomputed rotation Matrix of 90 degrees (or -270 degrees) about the Z-Axis
Public fieldStatic memberZero
A Matrix with all of its components set to zero.
Top
See Also