RenderWare V2.1

Previous Page Index Next Page

RwBool

RwDestroyMatrix(RwMatrix4d *matrix);

Description

Destroys the matrix.

Arguments

matrix Pointer to the matrix.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

This function must not be used to destroy a matrix from the scratch matrix stack (as obtained by RwScratchMatrix(), RwPopScratchMatrix() or RwPushScratchMatrix()).

See Also

RwCreateMatrix()

RwScratchMatrix()

RwDuplicateMatrix()

RwPopScratchMatrix()

RwPushScratchMatrix()