PrusaSlicer-NonPlainar/src/clipper
Vojtech Bubnik e8643125d8 Clipper / ClipperUtils:
1) Let Clipper use int32_t for representing its coordinates. This
   reduces memory and allows to skip conversion between Slic3r Polygon
   and Clipper polygon.
2) Disable additional offset before executing the Clipper Offset algorithm.
   We don't see any reason for that and it required 64bit Clipper coordinates,
   which were disabled with 1).
2021-04-13 11:31:54 +02:00
..
clipper.cpp Clipper / ClipperUtils: 2021-04-13 11:31:54 +02:00
clipper.hpp Clipper / ClipperUtils: 2021-04-13 11:31:54 +02:00
clipper_z.cpp Introduction of ClipperLib_Z: The Clipper library compiled with support 2019-09-13 16:16:37 +02:00
clipper_z.hpp Whitespace changes to supress misleading indentation warnings 2019-09-24 16:01:01 +02:00
CMakeLists.txt Fixed compilation with Shiny profiler. 2020-05-22 09:29:21 +02:00