mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-04 01:48:44 +03:00
Prusa 2.7.2
This commit is contained in:
@@ -270,6 +270,7 @@ class Linef
|
||||
public:
|
||||
Linef() : a(Vec2d::Zero()), b(Vec2d::Zero()) {}
|
||||
Linef(const Vec2d& _a, const Vec2d& _b) : a(_a), b(_b) {}
|
||||
virtual ~Linef() = default;
|
||||
|
||||
Vec2d a;
|
||||
Vec2d b;
|
||||
|
||||
Reference in New Issue
Block a user