aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/torus_localizer.h
diff options
context:
space:
mode:
authorultramn <dchapm2@umbc.edu>2017-02-11 18:02:56 -0800
committerultramn <dchapm2@umbc.edu>2017-02-11 18:02:56 -0800
commit1523a62d63e87d6f0641e0d38e7cb87138576bea (patch)
treeb17ebff47fb230053f66c2323ca2e36dcdbfe181 /tools/lighthousefind_tori/torus_localizer.h
parent2a08bb2546f0a6b93f313719a4b81480b660843b (diff)
parentdd949f9495956ab87795f6a75e8257d0a37325fd (diff)
downloadlibsurvive-1523a62d63e87d6f0641e0d38e7cb87138576bea.tar.gz
libsurvive-1523a62d63e87d6f0641e0d38e7cb87138576bea.tar.bz2
Merge branch 'master' of https://github.com/cnlohr/libsurvive
Diffstat (limited to 'tools/lighthousefind_tori/torus_localizer.h')
-rw-r--r--tools/lighthousefind_tori/torus_localizer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/lighthousefind_tori/torus_localizer.h b/tools/lighthousefind_tori/torus_localizer.h
new file mode 100644
index 0000000..a42e37d
--- /dev/null
+++ b/tools/lighthousefind_tori/torus_localizer.h
@@ -0,0 +1,11 @@
+#ifndef __TORUS_LOCALIZER_H
+#define __TORUS_LOCALIZER_H
+#include <stdio.h>
+
+#include "tori_includes.h"
+
+Point SolveForLighthouse(TrackedObject *obj, char doLogOutput);
+
+
+
+#endif