[This is preliminary documentation and is subject to change.]
Modulates a vector by another.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- left
- Type: RageVector3
The first vector to modulate. - right
- Type: RageVector3
The second vector to modulate. - result
- Type: RageVector3
When the moethod completes, contains the modulated vector.
See Also