Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.cpp763 int polygonIndexIntersection = -1; in findFarthestAvailablePathVertex() local
765 …ygonVerticeByXZWithinTolerance(intersection.x, intersection.y, &polygonIndexIntersection, &vertexI… in findFarthestAvailablePathVertex()
771 assert(polygonIndexIntersection == currentPolygonIdx); in findFarthestAvailablePathVertex()
784 …rtexIndexIntersection - 1 + _polygons[polygonIndexIntersection].verticeCount ) % _polygons[polygon… in findFarthestAvailablePathVertex()
785 …cesCanIntersect(_polygons[polygonIndexIntersection].vertexType[vertexIndexIntersectionprev], _poly… in findFarthestAvailablePathVertex()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.cpp764 int polygonIndexIntersection = -1; in findFarthestAvailablePathVertex() local
766 …ygonVerticeByXZWithinTolerance(intersection.x, intersection.y, &polygonIndexIntersection, &vertexI… in findFarthestAvailablePathVertex()
772 assert(polygonIndexIntersection == currentPolygonIdx); in findFarthestAvailablePathVertex()
785 …rtexIndexIntersection - 1 + _polygons[polygonIndexIntersection].verticeCount ) % _polygons[polygon… in findFarthestAvailablePathVertex()
786 …cesCanIntersect(_polygons[polygonIndexIntersection].vertexType[vertexIndexIntersectionprev], _poly… in findFarthestAvailablePathVertex()