quat-unary.hpp

Go to the documentation of this file.
00001 //=============================================================================
00002 inline quat quat::operator+()
00003 {
00004   return( *this );
00005 }
00006 
00007 //=============================================================================
00008 inline quat quat::operator-()
00009 {
00010   return quat(-x, -y, -z, -r);
00011 }

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