RenderWare V2.1

Previous Page Index Next Page

RwMatrix4d *

RwMultiplyMatrix(RwMatrix4d *a, RwMatrix4d *b, RwMatrix4d *c);

Description

Multiplies two matrices together.

Arguments

a Pointer to the left matrix.

b Pointer to the right matrix.

c Pointer to the matrix that will receive the result.

Return Value

The argument c if successful, and NULL otherwise.

Comments

Note that the matrix used for the result (c) must be a different matrix from the matrices being multiplied together, (a and b).

See Also

RwIdentityMatrix()

RwInvertMatrix()

RwOrthoNormalizeMatrix()

RwRotateMatrix()

RwRotateMatrixCos()

RwScaleMatrix()

RwTransformMatrix()

RwTranslateMatrix()