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

Class Dilation

    object --+    
             |    
Transformation --+
                 |
                Dilation

Defines a dilation.

Instance Methods [hide private]
 
__call__(self, x=array([ 0., 0., 0.]))
Applies dilation to x.
 
__init__(self, factor=1.0, center=array([ 0., 0., 0.]))
Creates a dilation with a center and a given expansion/contraction factor.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, x=array([ 0., 0., 0.]))
(Call operator)

 

Applies dilation to x.

Overrides: Transformation.__call__

__init__(self, factor=1.0, center=array([ 0., 0., 0.]))
(Constructor)

 

Creates a dilation with a center and a given expansion/contraction factor.

Overrides: object.__init__