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

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