cuProj API 中使用的常量。更多...
文件 | |
文件 | constants.hpp |
变量 | |
template<typename T> | |
constexpr T | cuproj::DEG_TO_RAD = T{0.017453292519943295769236907684886} |
度到弧度的转换因子。 | |
template<typename T> | |
constexpr T | cuproj::RAD_TO_DEG = T{57.295779513082320876798154814105} |
弧度到度的转换因子。 | |
cuProj API 中使用的常量。
|
constexpr |
度到弧度的转换因子。
定义于文件 constants.hpp 的第 40 行。
|
constexpr |
弧度到度的转换因子。
定义于文件 constants.hpp 的第 44 行。