conjugate

fun conjugate(quaternion: Quaternion, result: Quaternion): Quaternion(source)

Computes the conjugate of the provided quaternion.

Return

The modified result parameter.

Parameters

quaternion

The quaternion to conjugate.

result

The object onto which to store the result.

See also