Package openalea :: Package plantgl :: Package scenegraph :: Module _pglsg :: Class Matrix4Transformation
[frames] | no frames]

Class Matrix4Transformation

 object --+            
          |            
??.instance --+        
              |        
 Transformation --+    
                  |    
   Transformation3D --+
                      |
                     Matrix4Transformation
Known Subclasses:

Instance Methods
 
getMatrix(...)
getMatrix( (Matrix4Transformation)arg1) -> Matrix4 :

Inherited from Transformation: __init__, __reduce__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

getMatrix(...)

 

getMatrix( (Matrix4Transformation)arg1) -> Matrix4 :

    C++ signature :
        class TOOLS::Matrix4 getMatrix(class PGL::Matrix4Transformation {lvalue})