/[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.4 by delpinux, Sun May 4 18:09:01 2003 UTC revision 1.5 by delpinux, Fri Aug 8 08:39:56 2003 UTC
# Line 81  public: Line 81  public:
81    //! Returns \p true if the Vertex \a v is inside the Shape.    //! Returns \p true if the Vertex \a v is inside the Shape.
82    const inline bool inside(const Vertex& v) const    const inline bool inside(const Vertex& v) const
83    {    {
84      const TinyVector<3>& w = v.Vector3();      const TinyVector<3>& w = v;
85      return (inside(w));      return (inside(w));
86    }    }
87    

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

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