divideByScalar
Divides the provided quaternion componentwise by the provided scalar.
Return
The modified result parameter.
Parameters
quaternion
The quaternion to be divided.
scalar
The scalar to divide by.
result
The object onto which to store the result.