Computes the inverse of a quaternion. The resulting inverse quaternion is stored in the destination array.
The quaternion to invert, represented as a 4-element array [x, y, z, w].
The array to store the inverse quaternion.
The inverse of the quaternion.
Computes the inverse of a quaternion. The resulting inverse quaternion is stored in the destination array.