fix bug in polygon_clipper coincident vertice detection
This commit is contained in:
parent
f76b020e5e
commit
6e4c911bb6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ private:
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
prev_x = x;
|
prev_x = x;
|
||||||
prev_x = y;
|
prev_y = y;
|
||||||
if (ring_count == 1)
|
if (ring_count == 1)
|
||||||
{
|
{
|
||||||
append(subject_poly, make<point_2d>(x,y));
|
append(subject_poly, make<point_2d>(x,y));
|
||||||
|
|
Loading…
Reference in a new issue