Rosetta
|
Typedefs | |
typedef float | 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::f::Traits |
typedef float numeric::constants::f::Type |
Type const numeric::constants::f::deg2rad = Traits::deg2rad() |
Type const numeric::constants::f::degrees_to_radians = Traits::degrees_to_radians() |
Type const numeric::constants::f::one = Traits::one() |
Type const numeric::constants::f::pi = Traits::pi() |
Referenced by alignaxis(), and scan_hbond_jumps().
Type const numeric::constants::f::pi_2 = Traits::pi_2() |
Referenced by generate_hbond_geometry::apply(), main(), KinRotSel::place_n(), scan_hbond_jumps(), and basic::subtract_radian_angles().
Type const numeric::constants::f::pi_2_over_3 = Traits::pi_2_over_3() |
Type const numeric::constants::f::pi_over_180 = Traits::pi_over_180() |
Referenced by numeric::spherical_to_xyz(), and numeric::xyz_to_spherical().
Type const numeric::constants::f::pi_over_2 = Traits::pi_over_2() |
Type const numeric::constants::f::pi_over_3 = Traits::pi_over_3() |
Type const numeric::constants::f::rad2deg = Traits::rad2deg() |
Type const numeric::constants::f::radians_to_degrees = Traits::radians_to_degrees() |
Referenced by main().
Type const numeric::constants::f::sqrt_2pi = Traits::sqrt_2pi() |
Type const numeric::constants::f::two = Traits::two() |
Referenced by mirror_bin(), run_diiron_glu(), run_m8(), run_tyr_his(), and run_zn2his().
Type const numeric::constants::f::zero = Traits::zero() |