mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-04 17:07:08 +02:00
Ported Polygon->is_valid() and ExPolygon->is_valid()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user