From d22e891904eb8d5f32cb08efca4366c3e16d4970 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 26 Dec 2005 00:42:26 +0000 Subject: Changed piece selection to local space. git-svn-id: http://svn.leocad.org/trunk@447 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/object.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'common/object.h') diff --git a/common/object.h b/common/object.h index 5052bb1..229f76c 100755 --- a/common/object.h +++ b/common/object.h @@ -56,11 +56,10 @@ typedef struct // the callback function. typedef struct LC_CLICKLINE { - double a1, b1, c1; - double a2, b2, c2; - double mindist; + float a1, b1, c1; + float a2, b2, c2; + float mindist; Object *pClosest; - // void *pParam; double PointDistance (float *point); -- cgit v1.2.3