|
BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
#include <cmath>#include <BoosterSeat/exception.hpp>#include <BoosterSeat/geo.hpp>#include <BoosterSeat/math.hpp>Namespaces | |
| bst | |
| bst::geo | |
Functions | |
| double | bst::geo::distance (const Point &point_a, const Point &point_b) |
| Get the distance between two points in kilometers. More... | |