[This is preliminary documentation and is subject to change.]
Transforms an array of 3D vectors by the given Matrix.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- vectors
- Type:Rage.Vector3[]
The source vectors. - transformation
- Type: Rage.Matrix
The transformation Matrix.
Return Value
Type:Vector4[]The transformed Vector4s.
See Also