mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 23:54:00 -06:00
Use a more robust parallelism detection
This commit is contained in:
parent
fce669dea0
commit
0a88492fdc
5 changed files with 45 additions and 2 deletions
|
@ -28,6 +28,8 @@ class Line
|
|||
Point point_at(double distance) const;
|
||||
bool coincides_with(const Line &line) const;
|
||||
double distance_to(const Point &point) const;
|
||||
bool parallel_to(double angle) const;
|
||||
bool parallel_to(const Line &line) const;
|
||||
double atan2_() const;
|
||||
double direction() const;
|
||||
Vector vector() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue