mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
ExtrusionEntity and derived classes: Documented, short methods made
inline for efficiency and readability, grow() renamed to polygons_covered().
This commit is contained in:
parent
12b7818caa
commit
7b6b609df1
8 changed files with 92 additions and 167 deletions
|
@ -42,7 +42,7 @@ class ExtrusionEntityCollection : public ExtrusionEntity
|
|||
void reverse();
|
||||
Point first_point() const;
|
||||
Point last_point() const;
|
||||
Polygons grow() const;
|
||||
Polygons polygons_covered() const;
|
||||
size_t items_count() const;
|
||||
void flatten(ExtrusionEntityCollection* retval) const;
|
||||
ExtrusionEntityCollection flatten() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue