mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 17:12:56 +00:00
More work on the clipping method for medial axis. Includes Polyline->is_valid()
This commit is contained in:
@@ -11,6 +11,7 @@ class Polyline : public MultiPoint {
|
||||
Point* last_point() const;
|
||||
Lines lines() const;
|
||||
void clip_end(double distance);
|
||||
void clip_start(double distance);
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
SV* to_SV_ref();
|
||||
|
||||
Reference in New Issue
Block a user