20 Managing Quaternions
Q3Quaternion_Copy
function to get a copy of a quaternion.
TQ3Quaternion *Q3Quaternion_Copy ( const TQ3Quaternion *quaternion, TQ3Quaternion *result);quaternion
A quaternion.result
On exit, a copy ofquaternion
.
Q3Quaternion_Copy
function returns, as its function result and in the result
parameter, a copy of the quaternion quaternion
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker