Vector3UnaryNegation Operator

RAGE Plugin Hook Documentation

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

Reverses the direction of a given vector.

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

public static Vector3 operator -(
	Vector3 value
)

Parameters

value
Type: RageVector3
The vector to negate.

Return Value

Type: Vector3
A vector facing in the opposite direction.
See Also

Reference