mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-28 12:24:33 +03:00
Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
Polyline pl;
|
||||
Points int_points;
|
||||
for (auto pt : points)
|
||||
int_points.push_back(Point::new_scale(pt.x(), pt.y()));
|
||||
int_points.push_back(Point::new_scale(pt(0), pt(1)));
|
||||
pl.append(int_points);
|
||||
return pl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user