Matrix43¶
A 4x3 matrix. Can contain both rotation and translation info. Supports the following operators: +, -, ==.
Variables¶
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.RotationandSelf.TranslationtoValue