mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 20:40:47 +08:00

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. Fixes #9651