Rosetta
|
Typedefs | |
typedef Real | Type |
typedef NumericTraits< Type > | Traits |
Variables | |
Type const | zero = Traits::zero() |
Type const | one = Traits::one() |
Type const | two = Traits::two() |
Type const | pi = Traits::pi() |
Type const | pi_2 = Traits::pi_2() |
Type const | pi_over_2 = Traits::pi_over_2() |
Type const | pi_over_3 = Traits::pi_over_3() |
Type const | pi_2_over_3 = Traits::pi_2_over_3() |
Type const | pi_over_180 = Traits::pi_over_180() |
Type const | degrees_to_radians = Traits::degrees_to_radians() |
Type const | deg2rad = Traits::deg2rad() |
Type const | radians_to_degrees = Traits::radians_to_degrees() |
Type const | rad2deg = Traits::rad2deg() |
Type const | sqrt_2pi = Traits::sqrt_2pi() |
typedef NumericTraits< Type > numeric::constants::r::Traits |
typedef Real numeric::constants::r::Type |
Type const numeric::constants::r::degrees_to_radians = Traits::degrees_to_radians() |
Type const numeric::constants::r::one = Traits::one() |
Type const numeric::constants::r::pi = Traits::pi() |
Referenced by neighborWeight(), and numeric::kinematic_closure::radians::torsion().
Type const numeric::constants::r::pi_2_over_3 = Traits::pi_2_over_3() |
Type const numeric::constants::r::pi_over_180 = Traits::pi_over_180() |
Type const numeric::constants::r::pi_over_2 = Traits::pi_over_2() |
Type const numeric::constants::r::pi_over_3 = Traits::pi_over_3() |
Type const numeric::constants::r::rad2deg = Traits::rad2deg() |
Type const numeric::constants::r::radians_to_degrees = Traits::radians_to_degrees() |
Referenced by my_main().
Type const numeric::constants::r::sqrt_2pi = Traits::sqrt_2pi() |
Type const numeric::constants::r::two = Traits::two() |
Type const numeric::constants::r::zero = Traits::zero() |