double-quat.hpp

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

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