| MMatrix () | |
| MMatrix ( const  MMatrix  & src ) | |
| MMatrix ( const double m[4][4] ) | |
| MMatrix ( const float m[4][4] ) | |
| ~MMatrix () | |
| operator =  (const  MMatrix  &) | |
| operator() (unsigned int row, unsigned int col ) const | |
| operator[] ( unsigned int row ) const | |
| get ( double dest[4][4] ) const | |
| get ( float dest[4][4] ) const | |
| transpose () const | |
| setToIdentity () | |
| setToProduct ( const  MMatrix  & left, const  MMatrix  & right ) | |
| operator+= ( const  MMatrix  & right ) | |
| operator+  ( const  MMatrix  & right ) const | |
| operator-= ( const  MMatrix  & right ) | |
| operator-  ( const  MMatrix  & right ) const | |
| operator*= ( const  MMatrix  & right ) | |
| operator*  ( const  MMatrix  & right ) const | |
| operator*= ( double ) | |
| operator*  ( double ) const | |
| operator== ( const  MMatrix  & other ) const | |
| operator!= ( const  MMatrix  & other ) const | |
| inverse () const | |
| adjoint () const | |
| homogenize () const | |
| det4x4 () const | |
| det3x3 () const | |
| isEquivalent ( const  MMatrix  & other, double tolerance = MMatrix_kTol ) const | |
| isSingular () const | |
| operator() (unsigned int row, unsigned int col )  NO SCRIPT SUPPORT  | |
| operator[] ( unsigned int row )  NO SCRIPT SUPPORT  | |
| operator*  ( double, const  MMatrix  & right ) NO SCRIPT SUPPORT  | |
| operator<< (std::ostream& os, const  MMatrix & m) NO SCRIPT SUPPORT  | |
|  matrix[4][4]  the matrix data  | |
|  identity  | 
| Autodesk® Maya® 2008 © 1997-2007 Autodesk, Inc. All rights reserved. | doc++ Copyright |