mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-30 05:14:30 +03:00
Eradicated most of Pointf extras compared to pure Eigen::Vector2d.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
class Linef
|
||||
{
|
||||
public:
|
||||
Linef() {}
|
||||
Linef() : a(Vec2d::Zero()), b(Vec2d::Zero()) {}
|
||||
explicit Linef(Pointf _a, Pointf _b): a(_a), b(_b) {}
|
||||
|
||||
Pointf a;
|
||||
|
||||
Reference in New Issue
Block a user