Ported make_clockwise() and make_counter_clockwise()
This commit is contained in:
@@ -16,6 +16,8 @@ class Polygon : public MultiPoint {
|
||||
Polyline* split_at_index(int index);
|
||||
Polyline* split_at_first_point();
|
||||
bool is_counter_clockwise();
|
||||
bool make_counter_clockwise();
|
||||
bool make_clockwise();
|
||||
};
|
||||
|
||||
typedef std::vector<Polygon> Polygons;
|
||||
|
||||
Reference in New Issue
Block a user