Normalizes a quaternion. The resulting normalized quaternion is stored in the destination array.
The quaternion to normalize, represented as a 4-element array [x, y, z, w].
The array to store the normalized quaternion. If not provided, the input quaternion will be normalized in place.
The normalized quaternion.
Normalizes a quaternion. The resulting normalized quaternion is stored in the destination array.