altos: Add ao_distance.c to compute cartesian distances on the globe
authorKeith Packard <keithp@keithp.com>
Fri, 6 Jun 2014 00:10:28 +0000 (17:10 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 6 Jun 2014 00:10:28 +0000 (17:10 -0700)
commit6e152dd5c0786a650aed8f0c09babdc93895bff1
tree9536e25b882f29d8c2a67ecdd9a9ec9408e441a0
parent8e7b8b0533e03e89425296d464b7a1a26fb63686
altos: Add ao_distance.c to compute cartesian distances on the globe

This is not a great circle distance, but should be good enough for
points reasonably close together

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_distance.c [new file with mode: 0644]
src/kernel/ao_distance.h [new file with mode: 0644]