mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Cleanup of some method signatures and of XS return types
This commit is contained in:
@@ -28,7 +28,7 @@ class ExPolygonCollection
|
||||
template <class T> bool contains(const T &item) const;
|
||||
bool contains_b(const Point &point) const;
|
||||
void simplify(double tolerance);
|
||||
void convex_hull(Polygon* hull) const;
|
||||
Polygon convex_hull() const;
|
||||
Lines lines() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user