RenderWare V2.1

Previous Page Index Next Page

RwMatrix4d *

RwDuplicateMatrix(RwMatrix4d *matrix);

Description

Creates a new matrix with the same elements as matrix.

Arguments

matrix Pointer to the matrix to duplicate.

Return Value

Pointer to the new matrix if successful, and NULL otherwise.

See Also

RwCreateMatrix()

RwDestroyMatrix()