Tesla Graphics Engine Documentation (January 2012)
Conjugate Method (value, result)
TeslaTesla.MathQuaternionConjugate(Quaternion%, Quaternion%)
Returns the conjugate of the specified quaternion.
Declaration Syntax
C#
public static void Conjugate(
	ref Quaternion value,
	out Quaternion result
)
Parameters
value (Quaternion%)
Source quaternion
result (Quaternion%)
Existing quaternion that is the conjugate of the source quaternion

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