Tesla Graphics Engine Documentation (January 2012)
Negate Method (value, result)
TeslaTesla.MathQuaternionNegate(Quaternion%, Quaternion%)
Flips the signs of the components of the specified quaternion.
Declaration Syntax
C#
public static void Negate(
	ref Quaternion value,
	out Quaternion result
)
Parameters
value (Quaternion%)
Source quaternion
result (Quaternion%)
Existing quaternion that holds result

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