1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Optimizations for better usage of XS code

This commit is contained in:
Alessandro Ranellucci
2013-08-29 01:36:42 +02:00
parent 9254ff9704
commit 5d6fd7f4d9
22 changed files with 68 additions and 42 deletions
+6
View File
@@ -14,6 +14,12 @@ ExtrusionPath::first_point() const
return &(this->polyline.points.front());
}
const Point*
ExtrusionPath::last_point() const
{
return &(this->polyline.points.back());
}
ExtrusionPath*
ExtrusionLoop::split_at_index(int index)
{