Home
last modified time | relevance | path

Searched refs:startIntersectionWithinTolerance (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.cpp790 bool startIntersectionWithinTolerance = false; in findFarthestAvailablePathVertex() local
794 startIntersectionWithinTolerance = true; in findFarthestAvailablePathVertex()
797 if (currentPolygonIdx == polygonIndexStart || startIntersectionWithinTolerance) { in findFarthestAvailablePathVertex()
798 if (polygonIndexStart >= 0 || !startIntersectionWithinTolerance) { in findFarthestAvailablePathVertex()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.cpp791 bool startIntersectionWithinTolerance = false; in findFarthestAvailablePathVertex() local
795 startIntersectionWithinTolerance = true; in findFarthestAvailablePathVertex()
798 if (currentPolygonIdx == polygonIndexStart || startIntersectionWithinTolerance) { in findFarthestAvailablePathVertex()
799 if (polygonIndexStart >= 0 || !startIntersectionWithinTolerance) { in findFarthestAvailablePathVertex()