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-17 15:14:24 +0300
committerbubnikv <bubnikv@gmail.com>2018-08-17 15:14:24 +0300
commit1ba64da3fee97433d6b580aae8fc8e9875143a66 (patch)
treeb8c8c5239ed3ea9190cafa18afd5a95f38b80a09 /xs/src/xsinit.h
parent3b89717149664e5702fa1e0a153e54824e2793ff (diff)
Removed Point::scale(),translate(),coincides_with(),distance_to(),
distance_to_squared(),perp_distance_to(),negative(),vector_to(), translate(), distance_to() etc, replaced with the Eigen equivalents.
Diffstat (limited to 'xs/src/xsinit.h')
-rw-r--r--xs/src/xsinit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h
index f6080660c..02a8d9e80 100644
--- a/xs/src/xsinit.h
+++ b/xs/src/xsinit.h
@@ -74,6 +74,7 @@ extern "C" {
#undef realloc
#undef free
#undef Zero
+ #undef Packet
#undef select
#endif /* _MSC_VER */
}