[]
Defines the unary - operator for vector.
public static Vector operator -(Vector value)
Type | Name | Description |
---|---|---|
Vector | value | A Vector indicates the operand. |
Type | Description |
---|---|
Vector | A Vector that is the unary minus result of the operands. |
-(n1, n2, n3) = (-n1, -n2, -n3)