removed is_vertical_3 since it is not in the concept.

This commit is contained in:
Michal Meyerovitch 2006-05-08 07:48:17 +00:00
parent 80334e923f
commit 329aabf466
1 changed files with 0 additions and 21 deletions

View File

@ -1034,27 +1034,6 @@ public:
/***************************************************************************/
// checks if xy-monotone surface is vertical
// since we only deal with spheres, which are never vertical
// we always return false
class Is_vertical_3
{
public:
bool operator()(const Xy_monotone_surface_3& s) const
{
return false;
}
};
/*! Get a Is_vertical_3 functor object. */
Is_vertical_3 is_vertical_3_object() const
{
return Is_vertical_3();
}
/***************************************************************************/
// public method needed for testing
// checks if point is in the xy-range of surf