Vector4Subtract Method (Vector4, Vector4, Vector4)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Subtracts two vectors.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void Subtract(
	ref Vector4 left,
	ref Vector4 right,
	out Vector4 result
)

Parameters

left
Type: RageVector4
The first vector to subtract.
right
Type: RageVector4
The second vector to subtract.
result
Type: RageVector4
When the method completes, contains the difference of the two vectors.
See Also

Reference