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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-08-15 14:51:40 +0300
committerbubnikv <bubnikv@gmail.com>2018-08-15 14:51:40 +0300
commit3b89717149664e5702fa1e0a153e54824e2793ff (patch)
treef90bfcbd698af6347bc5c5fa7776e39f04e05578 /xs/src/libslic3r/Model.hpp
parentf34252a27b810023186ebf116e91f19f8b70624f (diff)
Changing the internal representation of Point / Pointf / Point3 / Pointf3 to Eigen Matrix types:
Changed the Point3 / Pointf3 to derive from the Eigen Vec3crd / Vec3d. Replaced the Point::concide_with() method calls with == operator. Reduced some compiler warnings.
Diffstat (limited to 'xs/src/libslic3r/Model.hpp')
-rw-r--r--xs/src/libslic3r/Model.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Model.hpp b/xs/src/libslic3r/Model.hpp
index 5ae5ea4d9..6c299fc4c 100644
--- a/xs/src/libslic3r/Model.hpp
+++ b/xs/src/libslic3r/Model.hpp
@@ -210,6 +210,7 @@ public:
friend class ModelObject;
+// Transform3d transform;
double rotation; // Rotation around the Z axis, in radians around mesh center point
double scaling_factor;
Pointf offset; // in unscaled coordinates