[This is preliminary documentation and is subject to change.]
Returns the reflection of a vector off a surface that has the specified normal.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- vector
- Type: RageVector3
The source vector. - normal
- Type: RageVector3
Normal of the surface.
Return Value
Type: Vector3The reflected vector.
Remarks
See Also