Home
last modified time | relevance | path

Searched refs:foundIntersection (Results 1 – 23 of 23) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/primal/operators/detail/
H A Dintersect_bezier_impl.hpp132 bool foundIntersection = false; in intersect_bezier_curves() local
141 foundIntersection = true; in intersect_bezier_curves()
167 foundIntersection = true; in intersect_bezier_curves()
181 foundIntersection = true; in intersect_bezier_curves()
185 return foundIntersection; in intersect_bezier_curves()
/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/search/partition/
H A Dmatrix_refinement1.h96 bool foundIntersection = false; in init() local
102 foundIntersection = true; in init()
107 if (foundIntersection) { in init()
/dports/math/permlib/PermLib-0.2.9/include/permlib/search/partition/
H A Dmatrix_refinement1.h96 bool foundIntersection = false; in init() local
102 foundIntersection = true; in init()
107 if (foundIntersection) { in init()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/poi/
H A DCPoiPOI.cpp158 bool foundIntersection = false; in draw() local
163 foundIntersection = true; in draw()
169 if(!foundIntersection) in draw()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/
H A DInterfaces.h471 foundIntersection = false; in RaycastResult()
477 bool foundIntersection; member
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/EnemyAI/
H A DEnemyAIStateComponent.cpp158 if (raycastResult.foundIntersection) in IsActorWithinLOS()
550 if (!raycastResultDown.foundIntersection) in FindClosestHole()
573 if (!raycastResultLeft.foundIntersection) in CalculatePatrolBorders()
580 if (!raycastResultRight.foundIntersection) in CalculatePatrolBorders()
1192 if (raycastResultDown.foundIntersection) in VCanEnter()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DBuildGeometryFilter.cpp1136 bool foundIntersection = false;
1149foundIntersection = foundIntersection || segmentsIntersect(x1, y1, x2, y2, x3, y3, x4, y4);
1151 if (foundIntersection)
1160 foundIntersection = false;
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DContactGeometry_TriangleMesh.cpp922 bool foundIntersection = false; in intersectsRay() local
933 if (foundIntersection && t >= distance) in intersectsRay()
984 foundIntersection = true; in intersectsRay()
986 return foundIntersection; in intersectsRay()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgmultiplemovies/
H A Dosgmultiplemovies.cpp163 … bool foundIntersection = view==0 ? false : view->computeIntersections(ea, intersections); in handle() local
165 if (foundIntersection) in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgmultiplemovies/
H A Dosgmultiplemovies.cpp163 … bool foundIntersection = view==0 ? false : view->computeIntersections(ea, intersections); in handle() local
165 if (foundIntersection) in handle()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgmovie/
H A Dosgmovie.cpp150 bool foundIntersection = view==0 ? false : in handle() local
154 if (foundIntersection) in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DViewerEventHandlers.cpp725 bool foundIntersection = (nv==0) ? view->computeIntersections(ea, intersections) : in mousePosition() local
728 if (foundIntersection) in mousePosition()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgmovie/
H A Dosgmovie.cpp150 bool foundIntersection = view==0 ? false : in handle() local
154 if (foundIntersection) in handle()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DViewerEventHandlers.cpp730 bool foundIntersection = (nv==0) ? view->computeIntersections(ea, intersections) : in mousePosition() local
733 if (foundIntersection) in mousePosition()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkOBBTree.cxx901 int depth, ii, foundIntersection = 0, bestIntersection = 0; in IntersectWithLine() local
932 foundIntersection++; in IntersectWithLine()
935 bestIntersection = foundIntersection; in IntersectWithLine()
955 if ( foundIntersection != bestIntersection ) in IntersectWithLine()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkOBBTree.cxx901 int depth, ii, foundIntersection = 0, bestIntersection = 0; in IntersectWithLine() local
932 foundIntersection++; in IntersectWithLine()
935 bestIntersection = foundIntersection; in IntersectWithLine()
955 if ( foundIntersection != bestIntersection ) in IntersectWithLine()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/
H A DClawGameLogic.cpp439 if (!raycastDown.foundIntersection) in ClawDiedDelegate()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dkpathing.cpp1790 bool foundIntersection = true; in kIntersections() local
1805 foundIntersection = false; in kIntersections()
1824 if (foundIntersection) { in kIntersections()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dkpathing.cpp1808 bool foundIntersection = true; in kIntersections() local
1823 foundIntersection = false; in kIntersections()
1842 if (foundIntersection) { in kIntersections()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/
H A DPhysicsComponent.cpp252 if (!raycastDown.foundIntersection) in VPostPostInit()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/
H A Dtrace.cpp1945 bool foundIntersection; in TracePointLightShadowRay() local
2023foundIntersection = FindIntersection(boundedIntersection, lightsourceray, precond, postcond); in TracePointLightShadowRay()
2025 if((foundIntersection == true) && (boundedIntersection.Object != cacheObject) && in TracePointLightShadowRay()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Physics/
H A DClawPhysics.cpp1316 m_RaycastResult.foundIntersection = true; in ReportFixture()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/render/
H A Dtrace.cpp1890 bool foundIntersection; in TracePointLightShadowRay() local
1970 foundIntersection = FindIntersection(boundedIntersection, lightsourceray, precond, postcond); in TracePointLightShadowRay()
1972 if((foundIntersection == true) && (boundedIntersection.Object != cacheObject) && in TracePointLightShadowRay()