/[ff3d]/ff3d/geometry/Transform.hpp
ViewVC logotype

Diff of /ff3d/geometry/Transform.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:50 2003 UTC revision 1.2 by delpinux, Sun May 4 18:09:01 2003 UTC
# Line 60  public: Line 60  public:
60    virtual std::string povWrite() const = 0;    virtual std::string povWrite() const = 0;
61    
62    //! Applies the Transform to the point \a p.    //! Applies the Transform to the point \a p.
63    virtual TinyVector<3>& operator()(TinyVector<3>& p) = 0;    virtual TinyVector<3>& operator()(TinyVector<3>& p) const = 0;
64    
65    //! Applies the inverse Transform to the point \a p.    //! Applies the inverse Transform to the point \a p.
66    virtual TinyVector<3>& inverse(TinyVector<3>& p) = 0;    virtual TinyVector<3>& inverse(TinyVector<3>& p) const = 0;
67    
68    //! Virtual destructor.    //! Virtual destructor.
69    virtual ~Transform()    virtual ~Transform()

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26