Package transf :: Module operate :: Class Ternary
[frames] | no frames]

Class Ternary




Base class for ternary operations on transformations.

Instance Methods
 
__init__(self, operand1, operand2, operand3)
Constructor.

Inherited from transformation.Transformation: __add__, __call__, __mul__, __neg__, __pos__, __pow__, __repr__, apply

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, operand1, operand2, operand3)
(Constructor)

 
Constructor.
Overrides: transformation.Transformation.__init__
(inherited documentation)