linearly v0.32.0Docs


linearly v0.32.0 / quat / conjugate

Function: conjugate()

conjugate(a): quat

Calculates the conjugate of a quat If the quaternion is normalized, this function is faster than quat.inverse and produces the same result.

Parameters

a: quat

Returns

quat

Defined in

src/quat.ts:347open in new window