32static constexpr T M_TWOPI = T{2.0} * M_PI;
36static constexpr T EPSILON_RADIANS = T{1e-12};
40constexpr T
DEG_TO_RAD = T{0.017453292519943295769236907684886};
44constexpr T
RAD_TO_DEG = T{57.295779513082320876798154814105};
constexpr T DEG_TO_RAD
从度到弧度的转换因子。
constexpr T RAD_TO_DEG
从弧度到度的转换因子。