mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Completely replaced the homebrew Pointf3 class with Eigen Vec3d.
Replaced the unscale macro with a template, implemented templates for unscaling Eigen vectors.
This commit is contained in:
parent
c5256bdd2c
commit
cb138a20b8
46 changed files with 329 additions and 373 deletions
|
@ -43,7 +43,7 @@ REGISTER_CLASS(BridgeDetector, "BridgeDetector");
|
|||
REGISTER_CLASS(Point, "Point");
|
||||
REGISTER_CLASS(Point3, "Point3");
|
||||
REGISTER_CLASS(Pointf, "Pointf");
|
||||
REGISTER_CLASS(Pointf3, "Pointf3");
|
||||
__REGISTER_CLASS(Vec3d, "Pointf3");
|
||||
REGISTER_CLASS(DynamicPrintConfig, "Config");
|
||||
REGISTER_CLASS(StaticPrintConfig, "Config::Static");
|
||||
REGISTER_CLASS(PrintObjectConfig, "Config::PrintObject");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue