[This is preliminary documentation and is subject to change.]
Gets a new vector representing this vector projected onto the target vector.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- target
- Type: RageVector3
The vector to project onto.
Return Value
Type: Vector3An instance of Vector3 representing the result.
See Also