mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-05 17:17:06 +02:00
Ported toolpaths rendering to C++
This commit is contained in:
@@ -48,6 +48,15 @@ class Line
|
||||
#endif
|
||||
};
|
||||
|
||||
class Linef
|
||||
{
|
||||
public:
|
||||
Pointf a;
|
||||
Pointf b;
|
||||
Linef() {};
|
||||
explicit Linef(Pointf _a, Pointf _b): a(_a), b(_b) {};
|
||||
};
|
||||
|
||||
class Linef3
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user