~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to pycad/py_src/transformations.py

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
       """
74
74
       return numpy.array(x,_TYPE)+self.__b
75
75
 
76
 
class Rotation(Transformation):
 
76
class Rotatation(Transformation):
77
77
    """
78
78
    Defines a rotation.
79
79
    """