[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.op_UnaryNegation

operator - Operator

operator -(Vector2)

Reverses the direction of a given vector.

Declaration
public static Vector2 operator -(Vector2 value)
Parameters
Type Name Description
Vector2 value

The vector to negate.

Returns
Type Description
Vector2

A vector facing in the opposite direction.