double sgSpaceMath::VectorsScalarMult(const SG_VECTOR& v1,const SG_VECTOR& v2)
Description:
Calculates the scalar multiplication of two vectors.
Arguments:
v1 - first vector,
v2 - second vector.
Returned value:
Returns the scalar multiplication of the arguments
See also: