Tesla Graphics Engine Documentation (January 2012)
UnaryNegation Operator
TeslaTesla.MathVector3UnaryNegation(Vector3)
Flips the signs of the components of the specified vector.
Declaration Syntax
C#
public static Vector3 operator -(
	Vector3 value
)
Parameters
value (Vector3)
Source vector
Return Value
Negated vector

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)