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

View File

@@ -4,7 +4,7 @@
namespace Slic3r {
inline bool
bool
Point::operator==(const Point& rhs) const {
return this->coincides_with(rhs);
}