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

Diff of /ff3d/geometry/Rotation.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 52  private: Line 52  private:
52  public:  public:
53    
54    //! Applies the Rotation to a vector \a v.    //! Applies the Rotation to a vector \a v.
55    TinyVector<3>& operator()(TinyVector<3>& v);    TinyVector<3>& operator()(TinyVector<3>& v) const;
56    
57    //! Applies the inverse Rotation to a vector \a v.    //! Applies the inverse Rotation to a vector \a v.
58    TinyVector<3>& inverse(TinyVector<3>& v);    TinyVector<3>& inverse(TinyVector<3>& v) const;
59    
60    //! Prints Rotation informations to a std::string.    //! Prints Rotation informations to a std::string.
61    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