2027 Method
Changes 0
M

XYZ.op_UnaryNegation

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