[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 Vector3[] TransformCoordinate( Vector3[] coordinates, ref Matrix transformation )
Parameters
- coordinates
- Type: RageVector3
The coordinate vectors to transform. - transformation
- Type: RageMatrix
The transformation Matrix.
Return Value
Type: Vector3The transformed coordinates.
See Also