Package openalea :: Package plantgl :: Package algo :: Module _pglalgo :: Class MatrixComputer
[frames] | no frames]

Class MatrixComputer

 object --+        
          |        
??.instance --+    
              |    
         Action --+
                  |
                 MatrixComputer
Known Subclasses:

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : MatrixComputer()Compute the matrix4 representing the affine transformations.
 
clear(...)
clear( (MatrixComputer)arg1) -> None :

Inherited from Action: __reduce__, beginProcess, endProcess, process

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 168
Properties
  matrix
  result

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    MatrixComputer()Compute the matrix4 representing the affine transformations. 

    C++ signature :
        void __init__(struct _object *)

Overrides: object.__init__

clear(...)

 

clear( (MatrixComputer)arg1) -> None :

    C++ signature :
        void clear(class PGL::MatrixComputer {lvalue})


Property Details

matrix

Get Method:
unreachable(...)
Set Method:
unreachable(...)

result

Get Method:
unreachable(...)