![]() |
Prusa Slicer 2.6.0
|
#include "../../Point.hpp"
Include dependency graph for linearAlg2D.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Slic3r |
| namespace | Slic3r::Arachne |
| namespace | Slic3r::Arachne::LinearAlg2D |
Functions | |
| static bool | Slic3r::Arachne::LinearAlg2D::isInsideCorner (const Point &a, const Point &b, const Point &c, const Vec2i64 &query_point) |
| static int64_t | Slic3r::Arachne::LinearAlg2D::pointIsLeftOfLine (const Point &p, const Point &a, const Point &b) |
| static float | Slic3r::Arachne::LinearAlg2D::getAngleLeft (const Point &a, const Point &b, const Point &c) |