Fixed temporarily an advanced make x monotone bug

This commit is contained in:
Costas Tsirogiannis 2005-10-24 12:19:08 +00:00
parent 5542c2f01a
commit 76b33fdff4
1 changed files with 2 additions and 8 deletions

View File

@ -450,14 +450,8 @@ class Do_overlap_2
operator()(const Circular_arc_2 & c1, const Circular_arc_2 & c2,
OutputIterator res)
{
if(c1.has_no_hexagons())
c1.construct_hexagons();
if(c2.has_no_hexagons())
c2.construct_hexagons();
if(!do_intersect_hexagons_2(c1.hexagons_begin(),c1.hexagons_end(),c2.hexagons_begin(),c2.hexagons_end()) )
return res;
//if(!do_intersect_hexagons_2(c1.hexagons_begin(),c1.hexagons_end(),c2.hexagons_begin(),c2.hexagons_end()) )
// return res;
std::vector<Object> vec;