1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

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
+6
View File
@@ -101,6 +101,12 @@ Line::direction() const
: atan2;
}
Vector
Line::vector() const
{
return Vector(this->b.x - this->a.x, this->b.y - this->a.y);
}
#ifdef SLIC3RXS
void
Line::from_SV(SV* line_sv)