Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-08-21 18:43:05 +0300
committerbubnikv <bubnikv@gmail.com>2018-08-21 18:43:05 +0300
commitcb138a20b861a288ba448666049e0df45fb71c5d (patch)
tree223c45b75f7391a733598b797c4206fbb1e09a11 /xs/src/perlglue.cpp
parentc5256bdd2ccebd43333a14fdd31b810cd2b57e12 (diff)
Completely replaced the homebrew Pointf3 class with Eigen Vec3d.
Replaced the unscale macro with a template, implemented templates for unscaling Eigen vectors.
Diffstat (limited to 'xs/src/perlglue.cpp')
-rw-r--r--xs/src/perlglue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/perlglue.cpp b/xs/src/perlglue.cpp
index dbaf35ae4..46d8d1618 100644
--- a/xs/src/perlglue.cpp
+++ b/xs/src/perlglue.cpp
@@ -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");