aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/torus_localizer.h
blob: b8e7360c46953c87535e78058b64e4b5d32fa678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __TORUS_LOCALIZER_H
#define __TORUS_LOCALIZER_H
#include <stdio.h>

#include "tori_includes.h"
#include "find_tori_math.h"

Point SolveForLighthouse(TrackedObject *obj, char doLogOutput);



#endif