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

Class Translation

 object --+                
          |                
??.instance --+            
              |            
 Transformation --+        
                  |        
   Transformation3D --+    
                      |    
  Matrix4Transformation --+
                          |
                         Translation

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Vector3)arg2) -> None :

Inherited from Matrix4Transformation: getMatrix

Inherited from Transformation: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 12
Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Vector3)arg2) -> None :

    C++ signature :
        void __init__(struct _object *,class TOOLS::Vector3)

Overrides: object.__init__