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

Diff of /ff3d/geometry/Translation.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 41  private: Line 41  private:
41  public:  public:
42    
43    //! Applies the Translation to the vector \a v.    //! Applies the Translation to the vector \a v.
44    TinyVector<3>& operator()(TinyVector<3>& v);    TinyVector<3>& operator()(TinyVector<3>& v) const;
45    
46    //! Applies the inverse Translation to the vector \a v.    //! Applies the inverse Translation to the vector \a v.
47    TinyVector<3>& inverse(TinyVector<3>& v);    TinyVector<3>& inverse(TinyVector<3>& v) const;
48    
49    //! Prints Translation informations to a std::string.    //! Prints Translation informations to a std::string.
50    std::string povWrite() const;    std::string povWrite() const;

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