[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.op_UnaryNegation

operator - Operator

operator -(Vector4)

Reverses the direction of a given vector.

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

The vector to negate.

Returns
Type Description
Vector4

A vector facing in the opposite direction.