/[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.5 by delpinux, Fri Aug 8 08:39:56 2003 UTC revision 1.6 by delpinux, Sun Aug 31 15:11:13 2003 UTC
# Line 78  protected: Line 78  protected:
78    virtual std::ostream& put(std::ostream& s) const = 0;    virtual std::ostream& put(std::ostream& s) const = 0;
79    
80  public:  public:
   //! Returns \p true if the Vertex \a v is inside the Shape.  
   const inline bool inside(const Vertex& v) const  
   {  
     const TinyVector<3>& w = v;  
     return (inside(w));  
   }  
   
81    //! Returns \p true if the point \a p is inside the Shape.    //! Returns \p true if the point \a p is inside the Shape.
82    const inline bool inside(const TinyVector<3>& v) const    const inline bool inside(const TinyVector<3>& v) const
83    {    {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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