RenderWare V2.1

Previous Page Index Next Page

RwMatrix4d *

RwSetMatrixElement(RwMatrix4d *matrix, RwInt32 row, RwInt32 col, RwReal element);

Description

Sets an individual element of the matrix.

Arguments

matrix Pointer to the matrix.

row Row index in the range 0 to 3.

col Column index in the range 0 to 3.

element New matrix element.

Return Value

The argument matrix if successful, and NULL otherwise.

See Also

RwGetMatrixElement()

RwSetMatrixElement()

RwSetMatrixElements()