orcaslicer/src/clipper
Noisyfox be5bc632ad
Fixed Clipper library (our own fork of it) when working with Z coordinate (#7180)
Fixed Clipper library (our own fork of it) when working with Z coordinate:
The Eigen vector type compares all components, while the ClipperLib
own IntPoint type compared x and y only.
Fixed by overriding the ==/!= operators to compare just x and y components
for Eigen types.

Cherry-picked from prusa3d/PrusaSlicer@0202eec4b7

Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com>
2024-10-24 22:26:40 +08:00
..
clipper.cpp Fixed Clipper library (our own fork of it) when working with Z coordinate (#7180) 2024-10-24 22:26:40 +08:00
clipper.hpp Support larger printer sizes by using 64-bit. 2024-05-10 23:47:08 +08:00
clipper_z.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
clipper_z.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
CMakeLists.txt Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00