mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Fixed wrong implementation of concave_points() and convex_points() in C++. #2384
This commit is contained in:
parent
95f7bcb9fe
commit
6ce651eb4a
7 changed files with 53 additions and 18 deletions
|
@ -48,6 +48,7 @@ class Point
|
|||
double distance_to(const Line &line) const;
|
||||
double ccw(const Point &p1, const Point &p2) const;
|
||||
double ccw(const Line &line) const;
|
||||
double ccw_angle(const Point &p1, const Point &p2) const;
|
||||
Point projection_onto(const MultiPoint &poly) const;
|
||||
Point projection_onto(const Line &line) const;
|
||||
Point negative() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue