quat_mul
Multiplies two quaternions.
Description
Multiplies two quaternions, storing the result in out. The resulting
quaternion will have the same effect as the combination of p and q, ie.
when applied to a point, (point * out) = ((point * p) * q). Any number of
rotations can be concatenated in this way. Note that quaternion
multiplication is not commutative, ie. quat_mul(p, q) != quat_mul(q, p).
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: