mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 16:51:21 -06:00
Minor optimizations
This commit is contained in:
parent
6e22a82e7d
commit
4dce461aaf
8 changed files with 31 additions and 30 deletions
|
@ -13,9 +13,9 @@ class Polygon : public MultiPoint {
|
|||
public:
|
||||
Point* last_point() const;
|
||||
Lines lines() const;
|
||||
Polyline* split_at(const Point* point);
|
||||
Polyline* split_at_index(int index);
|
||||
Polyline* split_at_first_point();
|
||||
Polyline* split_at(const Point* point) const;
|
||||
Polyline* split_at_index(int index) const;
|
||||
Polyline* split_at_first_point() const;
|
||||
double area() const;
|
||||
bool is_counter_clockwise() const;
|
||||
bool is_clockwise() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue