SG_VECTOR   sgSpaceMath::VectorsAdd(const SG_VECTOR& v1,const SG_VECTOR& v2)

 

Description:

Sums up two vectors.

 

 

Arguments:

v1 - first vector,

v2 - second vector.

 

 

Returned value:

Returns the sum of the arguments.

 

See also:

SG_VECTOR