[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 Matrix Transformation( Vector3 scalingCenter, Quaternion scalingRotation, Vector3 scaling, Vector3 rotationCenter, Quaternion rotation, Vector3 translation )
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.
Return Value
Type: MatrixThe created transformation matrix.
See Also