kallaballa / nestcpp

An effort to implement 2D irregual bin packing for laser cutters and cnc milling.
GNU General Public License v3.0
32 stars 6 forks source link

"enum PointInPolygonResult" has a bug,INSIDE(true) and OUTSIDE(false),so their positions should be exchanged #2

Closed klaoli closed 2 years ago

klaoli commented 2 years ago

enum PointInPolygonResult { INSIDE, OUTSIDE, INVALID}; -> enum PointInPolygonResult { OUTSIDE,
INSIDE, INVALID};

kallaballa commented 2 years ago

I abandoned this project in favor of libnfporb