RenderWare V2.1

Previous Page Index Next Page

RwV3d *

RwTransformPoint(RwV3d *point, RwMatrix4d *matrix);

Description

Applies a transformation matrix to a point.

Arguments

point Pointer to the point.

matrix Pointer to the transformation matrix.

Return Value

The argument point if successful, and NULL otherwise.

See Also

RwTransformVector()