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/xsp/my.map
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/xsp/my.map')
-rw-r--r--xs/xsp/my.map6
1 files changed, 3 insertions, 3 deletions
diff --git a/xs/xsp/my.map b/xs/xsp/my.map
index 4a14f483f..4c3cc3522 100644
--- a/xs/xsp/my.map
+++ b/xs/xsp/my.map
@@ -70,9 +70,9 @@ Pointf* O_OBJECT_SLIC3R
Ref<Pointf> O_OBJECT_SLIC3R_T
Clone<Pointf> O_OBJECT_SLIC3R_T
-Pointf3* O_OBJECT_SLIC3R
-Ref<Pointf3> O_OBJECT_SLIC3R_T
-Clone<Pointf3> O_OBJECT_SLIC3R_T
+Vec3d* O_OBJECT_SLIC3R
+Ref<Vec3d> O_OBJECT_SLIC3R_T
+Clone<Vec3d> O_OBJECT_SLIC3R_T
Line* O_OBJECT_SLIC3R
Ref<Line> O_OBJECT_SLIC3R_T