aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/tori_includes.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-16 15:48:07 -0500
committercnlohr <lohr85@gmail.com>2017-02-16 15:48:07 -0500
commitf88070d0bd75826025758392af2805659fd1d380 (patch)
tree003c7e9fb459f4622755084466e3d1072bda87e7 /tools/lighthousefind_tori/tori_includes.h
parent2e5d0355da2376f27dcbe0cc6d04b737145ac853 (diff)
parent5552609f553290d92ed4209b4ce4f9040598e2bb (diff)
downloadlibsurvive-f88070d0bd75826025758392af2805659fd1d380.tar.gz
libsurvive-f88070d0bd75826025758392af2805659fd1d380.tar.bz2
Merge branch 'master' of https://github.com/cnlohr/libsurvive
Diffstat (limited to 'tools/lighthousefind_tori/tori_includes.h')
-rw-r--r--tools/lighthousefind_tori/tori_includes.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/lighthousefind_tori/tori_includes.h b/tools/lighthousefind_tori/tori_includes.h
index 4cfbcdc..a2b9082 100644
--- a/tools/lighthousefind_tori/tori_includes.h
+++ b/tools/lighthousefind_tori/tori_includes.h
@@ -4,13 +4,15 @@
#include <stddef.h>
#include <math.h>
#include <stdint.h>
+#include "linmath.h"
+#define PointToFlts(x) ((FLT*)(x))
typedef struct
{
- double x;
- double y;
- double z;
+ FLT x;
+ FLT y;
+ FLT z;
} Point;
typedef struct