Home
last modified time | relevance | path

Searched refs:neardot (Results 1 – 12 of 12) sorted by relevance

/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathVecAlgo.h74 typename Vec::BaseType neardot = (v0 - p).length2(); in closestVertex() local
77 if (tmp < neardot) in closestVertex()
79 neardot = tmp; in closestVertex()
85 if (tmp < neardot) in closestVertex()
87 neardot = tmp; in closestVertex()
H A DImathLineAlgo.h167 T neardot = (v0 - l.closestPointTo (v0)).length2(); in closestVertex() local
171 if (tmp < neardot) in closestVertex()
173 neardot = tmp; in closestVertex()
178 if (tmp < neardot) in closestVertex()
180 neardot = tmp; in closestVertex()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathVecAlgo.h124 typename Vec::BaseType neardot = (v0 - p).length2(); in closestVertex() local
127 if (tmp < neardot) in closestVertex()
129 neardot = tmp; in closestVertex()
135 if (tmp < neardot) in closestVertex()
137 neardot = tmp; in closestVertex()
H A DImathLineAlgo.h236 T neardot = (v0 - l.closestPointTo(v0)).length2(); in closestVertex() local
240 if (tmp < neardot) in closestVertex()
242 neardot = tmp; in closestVertex()
247 if (tmp < neardot) in closestVertex()
249 neardot = tmp; in closestVertex()
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathVecAlgo.h124 typename Vec::BaseType neardot = (v0 - p).length2(); in closestVertex() local
127 if (tmp < neardot) in closestVertex()
129 neardot = tmp; in closestVertex()
135 if (tmp < neardot) in closestVertex()
137 neardot = tmp; in closestVertex()
H A DImathLineAlgo.h236 T neardot = (v0 - l.closestPointTo(v0)).length2(); in closestVertex() local
240 if (tmp < neardot) in closestVertex()
242 neardot = tmp; in closestVertex()
247 if (tmp < neardot) in closestVertex()
249 neardot = tmp; in closestVertex()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathVecAlgo.h124 typename Vec::BaseType neardot = (v0 - p).length2(); in closestVertex() local
127 if (tmp < neardot) in closestVertex()
129 neardot = tmp; in closestVertex()
135 if (tmp < neardot) in closestVertex()
137 neardot = tmp; in closestVertex()
H A DImathLineAlgo.h236 T neardot = (v0 - l.closestPointTo(v0)).length2(); in closestVertex() local
240 if (tmp < neardot) in closestVertex()
242 neardot = tmp; in closestVertex()
247 if (tmp < neardot) in closestVertex()
249 neardot = tmp; in closestVertex()
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dconcavity.cpp402 float neardot = 0.707f; in featureMatch() local
429 if (dot > neardot) in featureMatch()
437 neardot = dot; in featureMatch()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dconcavity.cpp420 float neardot = 0.707f; in featureMatch() local
449 if ( dot > neardot ) in featureMatch()
459 neardot = dot; in featureMatch()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dconcavity.cpp420 float neardot = 0.707f; in featureMatch() local
449 if ( dot > neardot ) in featureMatch()
459 neardot = dot; in featureMatch()
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dconcavity.cpp402 float neardot = 0.707f; in featureMatch() local
429 if (dot > neardot) in featureMatch()
437 neardot = dot; in featureMatch()