BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
Variables | |
constexpr double | D2R = PI / 180.0 |
Factor to convert degrees to radians. More... | |
constexpr double | PI = 3.14159265358979323846 |
The mathematical constant pi. More... | |
constexpr double | R2D = 180.0 / PI |
Factor to convert radians to degrees. More... | |
constexpr double | TWO_PI = 2.0 * PI |
Two times pi. More... | |
|
inlineconstexpr |
The mathematical constant pi.
|
inlineconstexpr |
Two times pi.
|
inlineconstexpr |
Factor to convert degrees to radians.
Referenced by bst::geo::distance(), and bst::geo::Point::shootVector().
|
inlineconstexpr |
Factor to convert radians to degrees.
Referenced by bst::geo::Point::shootVector().