summaryrefslogtreecommitdiff
path: root/common/object.h
diff options
context:
space:
mode:
authorleo2005-12-26 00:42:26 +0000
committerleo2005-12-26 00:42:26 +0000
commitd22e891904eb8d5f32cb08efca4366c3e16d4970 (patch)
tree04691a14f2cbce8a9b5f17ccd98ade154a7a7ed6 /common/object.h
parentb87afd4fe89cef28e5d1e0527aeec74a4d93e4aa (diff)
Changed piece selection to local space.
git-svn-id: http://svn.leocad.org/trunk@447 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/object.h')
-rwxr-xr-xcommon/object.h7
1 files changed, 3 insertions, 4 deletions
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);