mat-unary.hpp

Go to the documentation of this file.
00001 //=============================================================================
00002 inline mat mat::operator+()
00003 {
00004   return( *this );
00005 }
00006 
00007 //=============================================================================
00008 inline mat mat::operator-()
00009 {
00010   return mat( -xx, -xy, -xz,
00011               -yx, -yy, -yz,
00012               -zx, -zy, -zz );
00013 }

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