mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Refactoring: renamed all contains_*() methods to contains() in C++
This commit is contained in:
parent
5deadc8f12
commit
634bc09e2c
14 changed files with 42 additions and 58 deletions
|
@ -24,9 +24,7 @@ class ExPolygonCollection
|
|||
void scale(double factor);
|
||||
void translate(double x, double y);
|
||||
void rotate(double angle, const Point ¢er);
|
||||
bool contains_point(const Point &point) const;
|
||||
bool contains_line(const Line &line) const;
|
||||
bool contains_polyline(const Polyline &polyline) const;
|
||||
template <class T> bool contains(const T &item) const;
|
||||
void simplify(double tolerance);
|
||||
void convex_hull(Polygon* hull) const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue