The vertex function of Iso_rectangle_2 and Iso_cuboid construct vertices

This commit is contained in:
Andreas Fabri 2003-09-08 17:47:09 +00:00
parent e44a3171ef
commit febf7ed3da
1 changed files with 2 additions and 2 deletions

View File

@ -1262,7 +1262,7 @@ namespace CommonKernelFunctors {
operator()( const Triangle_2& t, int i) const
{ return t.vertex(i); }
const Point_2 &
const Point_2
operator()( const Iso_rectangle_2& r, int i) const
{ return r.vertex(i); }
};
@ -1287,7 +1287,7 @@ namespace CommonKernelFunctors {
operator()( const Triangle_3& t, int i) const
{ return t.vertex(i); }
const Point_3 &
const Point_3
operator()( const Iso_cuboid_3& r, int i) const
{ return r.vertex(i); }