mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 16:51:21 -06:00
Ported Polygon->is_valid() and ExPolygon->is_valid()
This commit is contained in:
parent
da0b85c0d9
commit
fe42427a54
13 changed files with 37 additions and 54 deletions
|
@ -20,6 +20,7 @@ class Polygon : public MultiPoint {
|
|||
bool is_counter_clockwise() const;
|
||||
bool make_counter_clockwise();
|
||||
bool make_clockwise();
|
||||
bool is_valid() const;
|
||||
};
|
||||
|
||||
typedef std::vector<Polygon> Polygons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue