Rosetta
|
Typedefs | |
typedef double | 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::d::Traits |
typedef double numeric::constants::d::Type |
Type const numeric::constants::d::deg2rad = Traits::deg2rad() |
Type const numeric::constants::d::degrees_to_radians = Traits::degrees_to_radians() |
Type const numeric::constants::d::one = Traits::one() |
Type const numeric::constants::d::pi = Traits::pi() |
Referenced by alignaxis(), fiberHit::as_string(), bk_test(), cxdock_design(), dock(), numeric::HomogeneousTransform< T >::euler_angles_rad(), numeric::xyzTransform< T >::euler_angles_rad(), numeric::fourier::SHT::forwardS2(), numeric::EulerAngles< T >::from_rotation_matrix(), generate_from_fiber(), numeric::UniformRotationSampler::generateIcosahedralSamples(), get_ang_samp(), get_axis_angle(), get_rmsd(), get_rmsd_debug(), ClosabilityScore::get_rt_over_leap(), numeric::fourier::SHT::idx_to_euler(), numeric::fourier::SHT::idx_to_rot(), numeric::fourier::SHT::inverseS2(), numeric::fourier::SHT::inverseSo3(), main(), KinRotSel::place_n(), populate_database_with_dummy_data(), random_unit_vector(), rb_entropy_test(), numeric::fourier::SHT::setup_Pmls(), numeric::fourier::SHT::setup_Weights(), numeric::fourier::SHT::setup_Wig(), numeric::fourier::SHT::so3CombineCoef(), numeric::fourier::SHT::sph_standardize(), and numeric::UniformRotationSampler::UniformRotationSampler().
Type const numeric::constants::d::pi_2 = Traits::pi_2() |
Referenced by numeric::crick_equations::ALPHA(), numeric::xyzTransform< T >::euler_angles_rad(), numeric::crick_equations::gradnorm(), main(), numeric::crick_equations::P_omega0(), KinRotSel::place_n(), numeric::crick_equations::PP(), rad2deg(), numeric::random::random_unit_quaternion(), and numeric::crick_equations::Z_BUNDLE().
Type const numeric::constants::d::pi_2_over_3 = Traits::pi_2_over_3() |
Type const numeric::constants::d::pi_over_180 = Traits::pi_over_180() |
Type const numeric::constants::d::pi_over_2 = Traits::pi_over_2() |
Referenced by numeric::HomogeneousTransform< T >::euler_angles_ZYX_rad().
Type const numeric::constants::d::pi_over_3 = Traits::pi_over_3() |
Type const numeric::constants::d::rad2deg = Traits::rad2deg() |
Type const numeric::constants::d::radians_to_degrees = Traits::radians_to_degrees() |
Type const numeric::constants::d::sqrt_2pi = Traits::sqrt_2pi() |
Type const numeric::constants::d::two = Traits::two() |
Type const numeric::constants::d::zero = Traits::zero() |