#include <cmath>Go to the source code of this file.
Variables | |
| template<typename T> | |
| constexpr T | cuproj::DEG_TO_RAD = T{0.017453292519943295769236907684886} |
| Conversion factor from degrees to radians. | |
| template<typename T> | |
| constexpr T | cuproj::RAD_TO_DEG = T{57.295779513082320876798154814105} |
| Conversion factor from radians to degrees. | |