2027 Method
Changes 0
M

UV.op_UnaryNegation

Description:
Negates this 2-D vector and returns the result.
Remarks:
The negated vector is obtained by changing the sign of each coordinate of the specified vector.
public static UV operator -(
	UV source
)
  • source
Return Value UV The 2-D vector opposite to this vector.