BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
geo_point.cpp File Reference
#include <cmath>
#include <BoosterSeat/exception.hpp>
#include <BoosterSeat/geo.hpp>
#include <BoosterSeat/math.hpp>
Include dependency graph for geo_point.cpp:

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...