![]() |
Rosetta
2021.16
|
NumericTraits: Numeric type traits float specialization. More...
#include <NumericTraits.hh>
Public Types | |
| typedef float | Type |
Static Public Member Functions | |
| static constexpr Type | zero () |
| Zero. More... | |
| static constexpr Type | one () |
| One. More... | |
| static constexpr Type | two () |
| Two. More... | |
| static constexpr Type | pi () |
| pi More... | |
| static constexpr Type | pi_2 () |
| 2*pi More... | |
| static constexpr Type | pi_over_2 () |
| pi/2 More... | |
| static constexpr Type | pi_over_3 () |
| pi/3 More... | |
| static constexpr Type | pi_over_4 () |
| pi/4 More... | |
| static constexpr Type | pi_2_over_3 () |
| (2*pi)/3 More... | |
| static constexpr Type | pi_3_over_4 () |
| (3*pi)/4 More... | |
| static constexpr Type | pi_over_180 () |
| pi/180 More... | |
| static constexpr Type | degrees_to_radians () |
| pi/180 More... | |
| static constexpr Type | deg2rad () |
| pi/180 More... | |
| static constexpr Type | radians_to_degrees () |
| 180/pi More... | |
| static constexpr Type | rad2deg () |
| 180/pi More... | |
| static constexpr Type | sqrt_2pi () |
| sqrt(2*pi) More... | |
| static constexpr Type | tolerance () |
| Tolerance. More... | |
| static constexpr Type | length_tolerance () |
| Length tolerance. More... | |
| static constexpr Type | angle_tolerance () |
| Angle tolerance (radians) More... | |
| static constexpr Type | sin_cos_tolerance () |
| Sine cosine range tolerance. More... | |
| static constexpr Type | quaternion_tolerance () |
| Quaternion normalization tolerance. More... | |
NumericTraits: Numeric type traits float specialization.
|
inlinestatic |
Angle tolerance (radians)
References ObjexxFCL::format::F().
|
inlinestatic |
pi/180
|
inlinestatic |
pi/180
|
inlinestatic |
Length tolerance.
References ObjexxFCL::format::F().
|
inlinestatic |
One.
References ObjexxFCL::format::F().
|
inlinestatic |
pi
|
inlinestatic |
2*pi
|
inlinestatic |
(2*pi)/3
|
inlinestatic |
(3*pi)/4
|
inlinestatic |
pi/180
|
inlinestatic |
pi/2
|
inlinestatic |
pi/3
|
inlinestatic |
pi/4
|
inlinestatic |
Quaternion normalization tolerance.
References ObjexxFCL::format::F().
|
inlinestatic |
180/pi
|
inlinestatic |
180/pi
|
inlinestatic |
Sine cosine range tolerance.
References ObjexxFCL::format::F().
|
inlinestatic |
sqrt(2*pi)
|
inlinestatic |
Tolerance.
References ObjexxFCL::format::F().
|
inlinestatic |
Two.
References ObjexxFCL::format::F().
|
inlinestatic |
Zero.
References ObjexxFCL::format::F().
1.8.7