mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-28 10:20:33 -07:00
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> |
||
|---|---|---|
| .. | ||
| clipper.cpp | ||
| clipper.hpp | ||
| clipper_z.cpp | ||
| clipper_z.hpp | ||
| CMakeLists.txt | ||