[This is preliminary documentation and is subject to change.]
Performs a coordinate transformation using the given Matrix.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public static void TransformCoordinate( Vector3* coordinatesIn, Matrix* transformation, Vector3* coordinatesOut, int count )
Parameters
- coordinatesIn
- Type: RageVector3*
The source coordinate vectors. - transformation
- Type: RageMatrix*
The transformation Matrix. - coordinatesOut
- Type: RageVector3*
The transformed coordinate Vector3s. - count
- Type: SystemInt32
The number of coordinate vectors to transform.
See Also