Home
last modified time | relevance | path

Searched refs:c_theta (Results 1 – 4 of 4) sorted by relevance

/dports/science/fastjet/fastjet-3.3.4/plugins/SISCone/siscone/siscone/spherical/
H A Dgeom_2d.cpp65 CSphtheta_phi_range::CSphtheta_phi_range(double c_theta, double c_phi, double R){ in CSphtheta_phi_range() argument
68 double xmin = max(c_theta-R,theta_min+0.00001); in CSphtheta_phi_range()
69 double xmax = min(c_theta+R,theta_max-0.00001); in CSphtheta_phi_range()
H A Dgeom_2d.h62 CSphtheta_phi_range(double c_theta, double c_phi, double R);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Ddinast_grabber.cpp334 double c_theta = std::cos (theta_colati); in getXYZIPointCloud() local
340 (*cloud)[depth_idx].z = static_cast<float> (dist * c_theta); in getXYZIPointCloud()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dmftrace.c1440 c_theta(long n, long d, GEN psi) in c_theta() function
1622 case t_MF_THETA: return c_theta(n, d, gel(F,2)); in mfcoefs_i()
11046 th3 = RgV_to_ser(c_theta(lim, 1, mfchartrivial()), 0, lim+3); in mfEHmat()