1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Extend medial axis endpoints to fill the entire length. Includes fix for a minor memory leak caused by usage of old signature for Line::point_at()

This commit is contained in:
Alessandro Ranellucci
2014-03-15 16:53:20 +01:00
parent 52de292a48
commit ed8a2f7330
8 changed files with 54 additions and 10 deletions
+2
View File
@@ -29,6 +29,8 @@
bool is_valid();
void clip_end(double distance);
void clip_start(double distance);
void extend_end(double distance);
void extend_start(double distance);
void simplify(double tolerance);
%{