Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-11-06 22:30:45 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-11-06 22:30:45 +0400
commitb5aaeb9b1259f4b6a7ce4f110eb58fc03415ca68 (patch)
tree6d79dbf3a4624e41acd8f8c027f59f2d55e11837 /xs/src/Polyline.hpp
parent7e8c535f6a588dd91c829fb13fa749c5f4baf140 (diff)
More work on the clipping method for medial axis. Includes Polyline->is_valid()
Diffstat (limited to 'xs/src/Polyline.hpp')
-rw-r--r--xs/src/Polyline.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/Polyline.hpp b/xs/src/Polyline.hpp
index 2636dc406..8983cfef4 100644
--- a/xs/src/Polyline.hpp
+++ b/xs/src/Polyline.hpp
@@ -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();