[This is preliminary documentation and is subject to change.]
Calculates the cross product of two vectors.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- left
- Type: RageVector3
First source vector. - right
- Type: RageVector3
Second source vector.
Return Value
Type: Vector3The cross product of the two vectors.
See Also