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
clipper_z.hpp
CMakeLists.txt Fixed compilation with Shiny profiler. 2020-05-22 09:29:21 +02:00