RenderWare V2.1

Previous Page Index Next Page

RwMatrix4d *

RwCopyMatrix(RwMatrix4d *source, RwMatrix4d *dest);

Description

Copies matrix source to matrix dest.

Arguments

source Pointer to the source matrix.

dest Pointer to the destination matrix.

Return Value

The argument dest if successful, and NULL otherwise.

See Also

RwCreateMatrix()

RwDestroyMatrix()

RwDuplicateMatrix()

RwPushScratchMatrix()