Click or drag to resize

Matrix44 Properties

The Matrix44 type exposes the following members.

Properties
 NameDescription
Public propertyBackward The backward vector formed from the third row M31, M32, M33 elements.
Public propertyDown The down vector formed from the second row -M21, -M22, -M23 elements.
Public propertyForward The forward vector formed from the third row -M31, -M32, -M33 elements.
Public propertyStatic memberIdentity Returns the identity matrix.
Public propertyLeft The left vector formed from the first row -M11, -M12, -M13 elements.
Public propertyRight The right vector formed from the first row M11, M12, M13 elements.
Public propertyTranslation Position stored in this matrix.
Public propertyUp The upper vector formed from the second row M21, M22, M23 elements.
Top
See Also