mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 20:04:29 +03:00
Templated convex_hull function in Geometry.cpp
This commit is contained in:
@@ -221,6 +221,7 @@ public:
|
||||
static Pointf new_unscale(const Point &p) {
|
||||
return Pointf(unscale(p.x), unscale(p.y));
|
||||
};
|
||||
double ccw(const Pointf &p1, const Pointf &p2) const;
|
||||
std::string wkt() const;
|
||||
std::string dump_perl() const;
|
||||
void scale(double factor);
|
||||
|
||||
Reference in New Issue
Block a user