mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 17:12:56 +00: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