RenderWare V2.1

Previous Page Index Next Page

RwMatrix4d *

RwInvertMatrix(RwMatrix4d *source, RwMatrix4d *dest);

Description

Inverts matrix source and stores the result in matrix dest.

Arguments

source Pointer to the matrix to be inverted.

dest Pointer to the matrix that will receive the result.

Return Value

The argument dest if successful, and NULL otherwise.

Comments

The source and destination arguments must not point to the same matrix.

See Also

RwIdentityMatrix()

RwOrthoNormalizeMatrix()

RwRotateMatrix()

RwRotateMatrixCos()

RwScaleMatrix()

RwTransformMatrix()

RwTranslateMatrix()