[This is preliminary documentation and is subject to change.]
Calculates the distance between two vectors.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- value1
- Type: RageVector3
The first vector. - value2
- Type: RageVector3
The second vector.
Return Value
Type: SingleThe distance between the two vectors.
See Also