Package esys :: Package pycad :: Module transformations :: Class Transformation
[hide private]
[frames] | no frames]

Class Transformation

object --+
         |
        Transformation
Known Subclasses:

General class to define an affine transformation x->Ax+b.

Instance Methods [hide private]
 
__call__(self, x=array([ 0., 0., 0.]))
Applies transformation to x.
 
__init__(self)
Creates a linear transformation.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

Creates a linear transformation.

Overrides: object.__init__