The Matrix44 type exposes the following members.
Properties | Name | Description |
---|
 | Backward |
The backward vector formed from the third row M31, M32, M33 elements.
|
 | Down |
The down vector formed from the second row -M21, -M22, -M23 elements.
|
 | Forward |
The forward vector formed from the third row -M31, -M32, -M33 elements.
|
  | Identity |
Returns the identity matrix.
|
 | Left |
The left vector formed from the first row -M11, -M12, -M13 elements.
|
 | Right |
The right vector formed from the first row M11, M12, M13 elements.
|
 | Translation |
Position stored in this matrix.
|
 | Up |
The upper vector formed from the second row M21, M22, M23 elements.
|
Top
See Also