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