mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XS
This commit is contained in:
@@ -19,6 +19,7 @@ class Line
|
||||
void reverse();
|
||||
double length() const;
|
||||
Point* midpoint() const;
|
||||
Point* point_at(double distance) const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV(SV* line_sv);
|
||||
|
||||
Reference in New Issue
Block a user