Package mrv :: Package maya :: Package nt :: Module apipatch :: Class MTransformationMatrix
[hide private]
[frames] | no frames]

Class MTransformationMatrix

source code

OpenMaya.MTransformationMatrix --+
                                 |
                  Abstract --+   |
                             |   |
              Abstract --+   |   |
                         |   |   |
   PatchIterablePrimitives --+   |
                             |   |
                   PatchMatrix --+
                                 |
                                MTransformationMatrix

Instance Methods [hide private]
 
mgetScale(self, space=api.MSpace.kTransform) source code
 
msetScale(self, value, space=api.MSpace.kTransform) source code
 
getTranslation(self, space=api.MSpace.kTransform)
This patch is fully compatible to the default method
source code
 
setTranslation(self, vector, space=api.MSpace.kTransform)
This patch is fully compatible to the default method
source code
Class Methods [hide private]
 
_applyPatch(cls)
Special version for matrices
source code
Class Variables [hide private]
  _length = 4
Method Details [hide private]

_applyPatch(cls)
Class Method

source code 
Special version for matrices
Overrides: PatchIterablePrimitives._applyPatch