mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Finished merging of bridging regions.
This commit is contained in:
parent
3a81e6bee4
commit
d2635ab799
3 changed files with 17 additions and 2 deletions
|
@ -38,7 +38,7 @@ class ExPolygon
|
|||
// Does this expolygon overlap another expolygon?
|
||||
// Either the ExPolygons intersect, or one is fully inside the other,
|
||||
// and it is not inside a hole of the other expolygon.
|
||||
bool overlap(const ExPolygon &other) const;
|
||||
bool overlaps(const ExPolygon &other) const;
|
||||
|
||||
void simplify_p(double tolerance, Polygons* polygons) const;
|
||||
Polygons simplify_p(double tolerance) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue