RenderWare V2.1

Previous Page Index Next Page

RwV3d *

RwScaleVector(RwV3d *a, RwReal scale, RwV3d *b);

Description

Scales a vector.

Arguments

a Pointer to the vector.

scale Scale factor.

b Pointer to the vector that will receive the result.

Return Value

The argument b if successful, and NULL otherwise.

See Also

RwAddVector()

RwCrossProduct()

RwDotProduct()

RwNormalize()

RwSubtractVector()

RwTransformVector()