20 Managing Quaternions
Q3Quaternion_Dot
function to determine the dot product of two quaternions.
float Q3Quaternion_Dot ( const TQ3Quaternion *q1, const TQ3Quaternion *q2);q1
A quaternion.q2
A quaternion.
Q3Quaternion_Dot
function returns, as its function result, a floating-point value that is the dot product of the two quaternions q1
and q2
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker