From 1ba64da3fee97433d6b580aae8fc8e9875143a66 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Fri, 17 Aug 2018 14:14:24 +0200 Subject: 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. --- xs/src/xsinit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xs/src/xsinit.h') 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 */ } -- cgit v1.2.3