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
..
2019-12-06 09:28:17 +01:00
2019-10-30 17:19:43 +01:00
2022-08-04 15:47:50 +02:00