|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
geodesy API More...
Data Structures | |
| struct | geodesy_coordinate |
Functions | |
| uint32_t | geodesy_great_circle_distance (struct geodesy_coordinate a, struct geodesy_coordinate b) |
| Calculate the great-circle (shortest) distance between two locations. | |
geodesy API
| uint32_t geodesy_great_circle_distance | ( | struct geodesy_coordinate | a, |
| struct geodesy_coordinate | b ) |
#include <infuse/math/geodesy.h>
Calculate the great-circle (shortest) distance between two locations.
| a | First location |
| b | Second location |