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

Class Reflection

    object --+    
             |    
Transformation --+
                 |
                Reflection

Defines a reflection on a plane.

Instance Methods [hide private]
 
__call__(self, x=array([ 0., 0., 0.]))
Applies reflection to x.
 
__init__(self, normal=array([ 1., 1., 1.]), offset=0.0)
Defines a reflection on a plane defined in normal form.

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 reflection to x.

Overrides: Transformation.__call__

__init__(self, normal=array([ 1., 1., 1.]), offset=0.0)
(Constructor)

 

Defines a reflection on a plane defined in normal form.

Overrides: object.__init__