20 Managing Matrices
Q3Matrix4x4_Copy
function to get a copy of a 4-by-4 matrix.
TQ3Matrix4x4 *Q3Matrix4x4_Copy ( const TQ3Matrix4x4 *matrix4x4, TQ3Matrix4x4 *result);matrix4x4
A 4-by-4 matrix.result
On exit, a copy ofmatrix4x4
.
Q3Matrix4x4_Copy
function returns, as its function result and in the result
parameter, a copy of the matrix matrix4x4
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker