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