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

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