Ported regular_points() to XS and renamed it to equally_spaced_points()
This commit is contained in:
@@ -12,6 +12,7 @@ class Polyline : public MultiPoint {
|
||||
Lines lines() const;
|
||||
void clip_end(double distance);
|
||||
void clip_start(double distance);
|
||||
Points equally_spaced_points(double distance) const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
SV* to_SV_ref();
|
||||
|
||||
Reference in New Issue
Block a user