Home
last modified time | relevance | path

Searched refs:dis_temp (Results 1 – 10 of 10) sorted by relevance

/dports/devel/ode/ode-0.13/GIMPACT/src/
H A Dgim_trimesh_capsule_collision.cpp46 GREAL dis, dis_temp,perpend; in gim_closest_point_triangle_segment() local
50 dis_temp = DISTANCE_PLANE_POINT(triangle->m_planes.m_planes[0],s2); in gim_closest_point_triangle_segment()
52 if(dis<=0.0f && dis_temp<=0.0f) return; in gim_closest_point_triangle_segment()
59 if(dis<dis_temp) in gim_closest_point_triangle_segment()
65 dis = dis_temp; in gim_closest_point_triangle_segment()
70 if(dis>=0.0f && dis_temp>=0.0f) in gim_closest_point_triangle_segment()
143 dis_temp = VEC_DOT(sdiff,sdiff); in gim_closest_point_triangle_segment()
144 if(dis_temp< dis) in gim_closest_point_triangle_segment()
146 dis = dis_temp; in gim_closest_point_triangle_segment()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp75 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
76 if (! is_dis_min_set || dis_temp < dis_min) in apply()
78 dis_min = dis_temp; in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp75 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
76 if (! is_dis_min_set || dis_temp < dis_min) in apply()
78 dis_min = dis_temp; in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp75 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
76 if (! is_dis_min_set || dis_temp < dis_min) in apply()
78 dis_min = dis_temp; in apply()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp75 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
76 if (! is_dis_min_set || dis_temp < dis_min) in apply()
78 dis_min = dis_temp; in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp75 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
76 if (! is_dis_min_set || dis_temp < dis_min) in apply()
78 dis_min = dis_temp; in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp75 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
76 if (! is_dis_min_set || dis_temp < dis_min) in apply()
78 dis_min = dis_temp; in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp75 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
76 if (! is_dis_min_set || dis_temp < dis_min) in apply()
78 dis_min = dis_temp; in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp73 result_type dis_temp = geometry::distance(pnt, range::at(rng, i), strategy); in apply() local
74 if (! is_dis_min_set || dis_temp < dis_min) in apply()
76 dis_min = dis_temp; in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/
H A Ddiscrete_hausdorff_distance.hpp82 result_type dis_temp = strategy.apply(pnt, range::at(rng, i)); in apply() local
83 if (! is_dis_min_set || dis_temp < dis_min) in apply()
85 dis_min = dis_temp; in apply()