mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 17:39:10 -07:00
Semi-working Boost.Polygon medial axis. Hangs after perimeters, though. Needs pruning and chaining
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
inline bool
|
||||
bool
|
||||
Point::operator==(const Point& rhs) const {
|
||||
return this->coincides_with(rhs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user