9 #ifndef BOOSTER_SEAT_MATH_HPP_
10 #define BOOSTER_SEAT_MATH_HPP_
15 inline constexpr
double PI = 3.14159265358979323846;
21 inline constexpr
double D2R =
PI / 180.0;
24 inline constexpr
double R2D = 180.0 /
PI;
30 inline constexpr
double PI = 3.14159265358979323846;
42 inline constexpr
double D2R =
PI / 180.0;
45 inline constexpr
double R2D = 180.0 /
PI;
constexpr double D2R
Factor to convert degrees to radians.
Definition: math.hpp:21
constexpr double R2D
Factor to convert radians to degrees.
Definition: math.hpp:24
constexpr double PI
The mathematical constant pi.
Definition: math.hpp:15
constexpr double TWO_PI
Two times pi.
Definition: math.hpp:18
Definition: filesystem.cpp:34
constexpr double D2R
Factor to convert degrees to radians.
Definition: math.hpp:42
constexpr double R2D
Factor to convert radians to degrees.
Definition: math.hpp:45
constexpr double HALF_PI
Half of pi.
Definition: math.hpp:33
constexpr double THREE_PI_HALVES
Three halves of pi.
Definition: math.hpp:36
constexpr double PI
The mathematical constant pi.
Definition: math.hpp:30
constexpr double TWO_PI
Two times pi.
Definition: math.hpp:39