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

Module operate



Base classes for transformations operators.

Classes
  UnaryMixin
Base mix-in class for unary operations on transformations.
  BinaryMixin
Base mix-in class for binary operations on transformations.
  TernaryMixin
Base mix-in class for ternary operations on transformations.
  Unary
Base class for unary operations on transformations.
  Binary
Base class for binary operations on transformations.
  Ternary
Base class for ternary operations on transformations.
Functions
 
Nary(loperands, Binary, roperand)
Build a N-ary by the right-association of binary operators.