double-vec.hpp

Go to the documentation of this file.
00001 //=============================================================================
00002 /*! double*vec operator */
00003 inline vec operator*(const double& d, const vec& v)
00004 {
00005   return vec( d*v.x, d*v.y, d*v.z );
00006 }

Generated on Tue Mar 15 16:02:38 2005 for QVM by  doxygen 1.4.1