Home
last modified time | relevance | path

Searched defs:cos_theta (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/paw/paw_special_functions/
H A Dpaw_spher_func.F404 subroutine find_Y_lm_deriv(l,m,cos_theta,angle_phi, argument
455 double precision cos_theta local
514 double precision cos_theta local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/paw/paw_special_functions/
H A Dpaw_spher_func.F404 subroutine find_Y_lm_deriv(l,m,cos_theta,angle_phi, argument
455 double precision cos_theta local
514 double precision cos_theta local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Ddihedral_angles.cpp20 Eigen::PlainObjectBase<Derivedcos_theta>& cos_theta) in dihedral_angles()
40 Eigen::PlainObjectBase<Derivedcos_theta>& cos_theta) in dihedral_angles_intrinsic()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Ddihedral_angles.cpp23 Eigen::PlainObjectBase<Derivedcos_theta>& cos_theta) in dihedral_angles()
43 Eigen::PlainObjectBase<Derivedcos_theta>& cos_theta) in dihedral_angles_intrinsic()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Dlegendre.h119 …static inline double legendre_P_l_m(unsigned l, unsigned m, ScalarType cos_theta, ScalarType sin_t… in legendre_P_l_m()
160 …static double AssociatedPolynomial(unsigned l, unsigned m, ScalarType cos_theta, ScalarType sin_th… in AssociatedPolynomial()
177 void generate(ScalarType cos_theta, ScalarType sin_theta) in generate()
218 double AssociatedPolynomial(unsigned l, unsigned m, ScalarType cos_theta, ScalarType sin_theta) in AssociatedPolynomial()
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Dlegendre.h119 …static inline double legendre_P_l_m(unsigned l, unsigned m, ScalarType cos_theta, ScalarType sin_t… in legendre_P_l_m()
160 …static double AssociatedPolynomial(unsigned l, unsigned m, ScalarType cos_theta, ScalarType sin_th… in AssociatedPolynomial()
177 void generate(ScalarType cos_theta, ScalarType sin_theta) in generate()
218 double AssociatedPolynomial(unsigned l, unsigned m, ScalarType cos_theta, ScalarType sin_theta) in AssociatedPolynomial()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/paw/paw_utils/
H A Dpaw_spher_grid.F6 > cos_theta,w_theta,w_phi) argument
11 double precision cos_theta(ntheta) local
/dports/science/py-dlib/dlib-19.22/dlib/image_keypoint/
H A Dpoly_image.h322 double cos_theta, in rotate_order_1()
341 double cos_theta, in rotate_order_2()
363 double cos_theta, in rotate_order_3()
388 double cos_theta, in rotate_order_4()
416 double cos_theta, in rotate_order_5()
447 double cos_theta, in rotate_order_6()
519 const double cos_theta = g.x(); in rotate_polys() local
/dports/science/dlib-cpp/dlib-19.22/dlib/image_keypoint/
H A Dpoly_image.h322 double cos_theta, in rotate_order_1()
341 double cos_theta, in rotate_order_2()
363 double cos_theta, in rotate_order_3()
388 double cos_theta, in rotate_order_4()
416 double cos_theta, in rotate_order_5()
447 double cos_theta, in rotate_order_6()
519 const double cos_theta = g.x(); in rotate_polys() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dlatch.cpp109 float cos_theta = cos(angle); in pixelTests1() local
140 float cos_theta = cos(angle); in pixelTests2() local
171 float cos_theta = cos(angle); in pixelTests4() local
203 float cos_theta = cos(angle); in pixelTests8() local
234 float cos_theta = cos(angle); in pixelTests16() local
264 float cos_theta = cos(angle); in pixelTests32() local
295 float cos_theta = cos(angle); in pixelTests64() local
313 …nce, const Mat &grayImage, const KeyPoint &pt, int &suma, int &sumc, float cos_theta, float sin_th… in CalcuateSums()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/bsdf/
H A Dmicrofacethelper.cpp116 const float cos_theta = static_cast<float>(i) / (table_size - 1); in directional_albedo() local
123 const float cos_theta, in directional_albedo()
202 const float cos_theta, in get_directional_albedo()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dmicrofacet.cpp193 const float cos_theta = m.y; in D() local
236 const float cos_theta = v.y; in lambda() local
306 const float cos_theta, in sample_slope()
384 const float cos_theta = m.y; in D() local
428 const float cos_theta = v.y; in lambda() local
507 const float cos_theta = m.y; in D() local
542 const float cos_theta = v.y; in lambda() local
588 const float cos_theta = m.y; in D() local
698 const float cos_theta = v.y; in lambda() local
761 const float cos_theta = m.y; in D() local
[all …]
/dports/x11/3ddesktop/3ddesktop-0.2.9/
H A Dcamera.cpp50 float cos_theta = (float)cos(angle); in RotateView() local
75 float cos_theta = (float)cos(angle); in RotateAroundPoint() local
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/closure/
H A Dvolume.h49 ccl_device float single_peaked_henyey_greenstein(float cos_theta, float g) in single_peaked_henyey_greenstein()
86 float cos_theta = dot(-I, omega_in); in volume_henyey_greenstein_eval_phase() local
97 float cos_theta; in henyey_greenstrein_sample() local
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/sampling/
H A Dmappings.h269 const T cos_theta = T(1.0) - T(2.0) * s[1]; in sample_sphere_uniform() local
287 const T cos_theta = T(1.0) - s[1]; in sample_hemisphere_uniform() local
305 const T cos_theta = std::sqrt(T(1.0) - s[1]); in sample_hemisphere_cosine() local
324 const T cos_theta = std::pow(T(1.0) - s[1], T(1.0) / (n + T(1.0))); in sample_hemisphere_cosine_power() local
336 inline T sample_hemisphere_cosine_power_pdf(const T cos_theta, const T n) in sample_hemisphere_cosine_power_pdf()
417 const T cos_theta = lerp(T(1.0), cos_theta_max, s[1]); in sample_cone_uniform() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/include/pcl/apps/impl/
H A Ddominant_plane_segmentation.hpp136 float cos_theta = vp.dot(model_coefficients); in compute_table_plane() local
267 float cos_theta = vp.dot(model_coefficients); in compute_fast() local
642 float cos_theta = vp.dot(model_coefficients); in compute() local
811 float cos_theta = vp.dot(model_coefficients); in compute_full() local
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DGLWidget_Camera.h84 double cos_theta = std::cos(theta()); in position() local
102 double cos_theta = std::cos(theta()); in upDirection() local
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rtvl/
H A Drtvl_terms.h22 double cos_theta; variable
/dports/graphics/yafaray/libYafaRay-3.5.1/src/integrators/
H A DSkyIntegrator.cc108 float cos_theta = ray.dir.z; //vector3d_t(0.f, 0.f, 1.f) * ray.dir; in skyTau() local
139 float cos_theta = ray.dir.z; in skyTau() local
200 float cos_theta = ray.dir.z; in integrate() local
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvarcomp_angles.cpp68 cvm::real const cos_theta = (r21*r23)/(r21l*r23l); in calc_value() local
76 cvm::real const cos_theta = (r21*r23)/(r21l*r23l); in calc_gradients() local
194 cvm::real const cos_theta = (r21*r23)/(r21l*r23l); in calc_value() local
205 cvm::real const cos_theta = (r21*r23)/(r21l*r23l); in calc_gradients() local
/dports/devel/boost-docs/boost_1_72_0/libs/random/example/
H A Dintersections.cpp56 double cos_theta = 1 - 2 * dist(gen); in main() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/random/example/
H A Dintersections.cpp56 double cos_theta = 1 - 2 * dist(gen); in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/random/example/
H A Dintersections.cpp56 double cos_theta = 1 - 2 * dist(gen); in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/random/example/
H A Dintersections.cpp56 double cos_theta = 1 - 2 * dist(gen); in main() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dndt_2d.hpp165 const double& cos_theta, in test()
262 const double& cos_theta, in test()
342 const double& cos_theta, in test()
419 const double cos_theta = std::cos(xytheta_transformation[2]); in computeTransformation() local

1234567891011