RenderWare V2.1

Previous Page Index Next Page

RwMatrix4d *

RwPopScratchMatrix(void);

Description

Pops the current scratch matrix from the scratch matrix stack, restoring the previously pushed matrix.

Arguments

None.

Return Value

A pointer to the new scratch matrix if successful, and NULL otherwise.

Comments

The scratch matrix stack is a convenient source of temporary matrices for building transforms.

See Also

RwScratchMatrix()

RwPushScratchMatrix()