BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
This is the complete list of members for bst::geo::Point, including all inherited members.
lat_ | bst::geo::Point | private |
latitude() const | bst::geo::Point | inline |
lon_ | bst::geo::Point | private |
longitude() const | bst::geo::Point | inline |
Point() | bst::geo::Point | |
Point(double latitude, double longitude) | bst::geo::Point | |
shootVector(double bearing, double distance_m) const | bst::geo::Point |