1
0
Fork 0

Sign bug in calc_point_inside()

This commit is contained in:
Ralf Gerlich 2008-08-06 15:21:59 +02:00
parent 8e0e2b6cef
commit 4d1fafa2b6

View file

@ -681,7 +681,7 @@ static void calc_point_inside( TGContourNode *node, TGPolygon &p ) {
if (diff<=8.0*SG_EPSILON) {
continue;
}
yline=point_it->y()+diff/2.0;
yline=point_it->y()-diff/2.0;
// cout << "calc_point_inside() " << allpoints.size() << " points ";
// copy(allpoints.begin(), allpoints.end(), ostream_iterator<Point3D>(cout, " "));