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

Diff of /ff3d/geometry/Shape.hpp

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

revision 1.3 by delpinux, Sat Apr 26 18:45:15 2003 UTC revision 1.4 by delpinux, Sun May 4 18:09:01 2003 UTC
# Line 103  public: Line 103  public:
103    inline const ShapeType& type() const;    inline const ShapeType& type() const;
104    
105    //! returns the number of Transform applied to the Shape.    //! returns the number of Transform applied to the Shape.
106    inline const size_t nbTransform() const;    inline size_t nbTransform() const;
107    
108    //! Adds the transformation \a T to the Shape.    //! Adds the transformation \a T to the Shape.
109    void setTransform(const Transform& T);    void setTransform(const Transform& T);
# Line 148  const Shape::ShapeType& Shape::type() co Line 148  const Shape::ShapeType& Shape::type() co
148  }  }
149    
150  //! returns the number of Transform applied to the Shape.  //! returns the number of Transform applied to the Shape.
151  const size_t Shape::nbTransform() const  size_t Shape::nbTransform() const
152  {  {
153    return __trans.size();    return __trans.size();
154  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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