[This is preliminary documentation and is subject to change.]
Creates a transformation matrix.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public static void Transformation( ref Vector3 scalingCenter, ref Quaternion scalingRotation, ref Vector3 scaling, ref Vector3 rotationCenter, ref Quaternion rotation, ref Vector3 translation, out Matrix result )
Parameters
- scalingCenter
- Type: RageVector3
Center point of the scaling operation. - scalingRotation
- Type: RageQuaternion
Scaling rotation amount. - scaling
- Type: RageVector3
Scaling factor. - rotationCenter
- Type: RageVector3
The center of the rotation. - rotation
- Type: RageQuaternion
The rotation of the transformation. - translation
- Type: RageVector3
The translation factor of the transformation. - result
- Type: RageMatrix
When the method completes, contains the created transformation matrix.
See Also