Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XS

This commit is contained in:
Alessandro Ranellucci 2013-10-27 22:57:25 +01:00
parent 26a18a2a52
commit 29b83517cb
12 changed files with 64 additions and 57 deletions

View file

@ -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);