PrusaSlicer-NonPlainar/src/clipper
Vojtech Bubnik 9dca8403fe ClipperLib: Optimized PointInPolygon() to calculate cross products
with int64s instead of doubles.
Polygon / ExPolygon: contains() reworked to use ClipperLib::PointInPolygon().
	The Slic3r own implementation was not robust.
Fixed test_perimeters after recent refactoring (sorting of extrusions
	into LayerIslands)
2022-11-14 15:17:04 +01:00
..
clipper.cpp ClipperLib: Optimized PointInPolygon() to calculate cross products 2022-11-14 15:17:04 +01:00
clipper.hpp ClipperLib: Optimized PointInPolygon() to calculate cross products 2022-11-14 15:17:04 +01:00
clipper_z.cpp Convincing ClipperLib to use Slic3r's own Point type internally. 2021-04-21 20:15:49 +02:00
clipper_z.hpp Convincing ClipperLib to use Slic3r's own Point type internally. 2021-04-21 20:15:49 +02:00
CMakeLists.txt Removed shiny profiler. The Shiny profiler was only working on MSVC 2022-08-24 16:32:01 +02:00