DesignEngrLab / TVGL

Tessellation and Voxelization Geometry Library
http://designengrlab.github.io/TVGL/
MIT License
58 stars 17 forks source link

Fixing clipper #20

Closed massonib closed 7 years ago

massonib commented 7 years ago

Fixed ClipperLib issues. The goal was to have ClipperLib update-able with just a copy/paste from the source code. "PolygonOperations" is the only direct interface to ClipperLib, and BooleanOperationTest is now using the PolygonOperations functions.