[This is preliminary documentation and is subject to change.]
Returns a vector containing the smallest components of the specified vectors.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public static void Minimize( ref Vector3 value1, ref Vector3 value2, out Vector3 result )
Parameters
- value1
- Type: RageVector3
The first source vector. - value2
- Type: RageVector3
The second source vector. - result
- Type: RageVector3
When the method completes, contains an new vector composed of the smallest components of the source vectors.
See Also