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

Class BaseOrientation

 object --+                    
          |                    
??.instance --+                
              |                
 Transformation --+            
                  |            
   Transformation3D --+        
                      |        
  Matrix4Transformation --+    
                          |    
         OrthonormalBasis3D --+
                              |
                             BaseOrientation

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

Inherited from OrthonormalBasis3D: getMatrix, getMatrix3

Inherited from Transformation: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables

Inherited from OrthonormalBasis3D: __instance_size__

Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

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

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

Overrides: object.__init__