加载中...
搜索中...
无匹配项
常量

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 中使用的常量。

变量文档

◆ DEG_TO_RAD

template<typename T>
T cuproj::DEG_TO_RAD = T{0.017453292519943295769236907684886}
constexpr

度到弧度的转换因子。

定义于文件 constants.hpp 的第 40 行。

◆ RAD_TO_DEG

template<typename T>
T cuproj::RAD_TO_DEG = T{57.295779513082320876798154814105}
constexpr

弧度到度的转换因子。

定义于文件 constants.hpp 的第 44 行。