mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
post changes after merging BS1.7.4
Remove tracking etc..
This commit is contained in:
@@ -183,10 +183,10 @@ bool overlaps(const ExPolygons& expolys1, const ExPolygons& expolys2)
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Point projection_onto(const ExPolygons& polygons, const Point& from)
|
||||
{
|
||||
}
|
||||
|
||||
Point projection_onto(const ExPolygons& polygons, const Point& from)
|
||||
{
|
||||
Point projected_pt;
|
||||
double min_dist = std::numeric_limits<double>::max();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user