RenderWare V2.1

Previous Page Index Next Page

RwV3d *

RwSubtractVector(RwV3d *a, RwV3d *b, RwV3d *c);

Description

Subtracts two vectors.

Arguments

a Pointer to the first vector.

b Pointer to the second vector.

c Pointer to the vector that will receive the result.

Return Value

The argument c if successful, and NULL otherwise.

See Also

RwAddVector()

RwCrossProduct()

RwDotProduct()

RwNormalize()

RwScaleVector()

RwTransformVector()