1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Semi-working Boost.Polygon medial axis. Hangs after perimeters, though. Needs pruning and chaining

This commit is contained in:
Alessandro Ranellucci
2014-01-10 11:47:16 +01:00
parent f9642786d3
commit 07a4c37c4c
4 changed files with 37 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
namespace Slic3r {
inline bool
bool
Point::operator==(const Point& rhs) const {
return this->coincides_with(rhs);
}