Matrix43

A 4x3 matrix. Can contain both rotation and translation info. Supports the following operators: +, -, ==.

Variables

Rotation (Matrix)
Rotation data. See the page on Matrix for more info.
Translation (Vector)
Translation data. See the page on Vector for more info.

Functions

new (Matrix43 CopyMatrix)
Creates a new Matrix43 and sets it’s values to the values of CopyMatrix.
new (float InitialValue)
Creates a new Matrix43 and sets it’s values to InitialValue.
new (Matrix InitialRotation, Vector InitialTranslation)
Creates a new Matrix43 and sets Rotation and Translation to InitialRotation and InitialTranslation respectively.
SetAll (float Value)
Sets all the values of Self.Rotation and Self.Translation to Value