RenderWare V2.1

Previous Page Index Next Page

RwReal

RwGetMatrixElement(RwMatrix4d *matrix, RwInt32 row, RwInt32 column);

Description

Retrieves the value of an individual element of the matrix.

Arguments

matrix Pointer to the matrix.

row Row index in the range 0 to 3.

column Column index in the range 0 to 3.

Return Value

The matrix element if successful. Errors can be checked for using RwGetError().

See Also

RwGetError()

RwGetMatrixElements()

RwSetMatrixElement()

RwSetMatrixElements()