|
BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
Classes | |
| class | Path |
| A path of geographical points. More... | |
| class | Point |
| A geographical point. More... | |
Functions | |
| double | distance (const Point &point_a, const Point &point_b) |
| Get the distance between two points in kilometers. More... | |
Variables | |
| constexpr double | EARTH_RADIUS_KM = 6378.1370 |
Get the distance between two points in kilometers.
| point_a | The first point. |
| point_b | The second point. |
References bst::math::D2R, bst::geo::Point::latitude(), and bst::geo::Point::longitude().
Referenced by bst::geo::Path::distance(), and TEST().
|
inlineconstexpr |
Referenced by bst::geo::Point::shootVector().