Tesla Graphics Engine Documentation (January 2012)
Negate Method (value, result)
TeslaTesla.MathVector4Negate(Vector4%, Vector4%)
Flip the signs of the vector's components.
Declaration Syntax
C#
public static void Negate(
	ref Vector4 value,
	out Vector4 result
)
Parameters
value (Vector4%)
Source vector
result (Vector4%)
Existing vector to hold result

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