RwAddVector(RwV3d *a, RwV3d *b, RwV3d *c);
Description
Adds 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