mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 17:12:56 +00:00
Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XS
This commit is contained in:
@@ -10,6 +10,7 @@ class Polyline : public MultiPoint {
|
||||
public:
|
||||
Point* last_point() const;
|
||||
Lines lines() const;
|
||||
void clip_end(double distance);
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
SV* to_SV_ref();
|
||||
|
||||
Reference in New Issue
Block a user