RenderWare V2.1

Previous Page Index Next Page

RwMatrix4d *

RwCreateMatrix(void);

Description

Creates a new transformation matrix.

Arguments

None.

Return Value

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

Comments

The new matrix is initialized to the identity matrix.

See Also

RwScratchMatrix()

RwDestroyMatrix()

RwDuplicateMatrix()

RwPushScratchMatrix()