[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, ref Matrix transformation, Vector3[] coordinatesOut, int offset, int count )
Parameters
- coordinatesIn
- Type: RageVector3
The source coordinate vectors. - transformation
- Type: RageMatrix
The transformation Matrix. - coordinatesOut
- Type: RageVector3
The transformed coordinate Vector3s. - offset
- Type: SystemInt32
The offset at which to begin transforming. - count
- Type: SystemInt32
The number of coordinate vectors to transform, or 0 to process the whole array.
See Also