Some improvements to pruning and some additions here and there

This commit is contained in:
Alessandro Ranellucci 2014-03-05 18:43:01 +01:00
parent c2ed6090d3
commit 04d80ca392
6 changed files with 33 additions and 8 deletions

View file

@ -30,6 +30,7 @@ class Line
double distance_to(const Point* point) const;
double atan2_() const;
double direction() const;
Vector vector() const;
#ifdef SLIC3RXS
void from_SV(SV* line_sv);