mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 03:44:53 +03:00
Changing the internal representation of Point / Pointf / Point3 / Pointf3 to Eigen Matrix types, first step
This commit is contained in:
@@ -25,7 +25,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.x(), pt.y()));
|
||||
pl.append(int_points);
|
||||
return pl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user