mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 17:42:44 +00:00
Ported Slic3r::BridgeDetector to XS
This commit is contained in:
@@ -17,6 +17,10 @@ void chained_path(const Points &points, std::vector<Points::size_type> &retval,
|
||||
void chained_path(const Points &points, std::vector<Points::size_type> &retval);
|
||||
template<class T> void chained_path_items(Points &points, T &items, T &retval);
|
||||
bool directions_parallel(double angle1, double angle2, double max_diff = 0);
|
||||
template<class T> bool contains_point(const std::vector<T> &vector, const Point &point);
|
||||
double rad2deg(double angle);
|
||||
double rad2deg_dir(double angle);
|
||||
double deg2rad(double angle);
|
||||
|
||||
class MedialAxis {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user