mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
More work on the clipping method for medial axis. Includes Polyline->is_valid()
This commit is contained in:
parent
7e8c535f6a
commit
b5aaeb9b12
6 changed files with 38 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue