Home
last modified time | relevance | path

Searched refs:findIntersectionFarthest (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.h91 bool findIntersectionFarthest(int polygonIndex, Vector2 from, Vector2 to,
H A Dobstacles.cpp389 int hasFar = findIntersectionFarthest(i, from.xz(), to.xz(), &farVertIndex, &farDist, &farPos); in findNextWaypoint()
493 bool Obstacles::findIntersectionFarthest(int polygonIndex, Vector2 from, Vector2 to, in findIntersectionFarthest() function in BladeRunner::Obstacles
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.h91 bool findIntersectionFarthest(int polygonIndex, Vector2 from, Vector2 to,
H A Dobstacles.cpp390 int hasFar = findIntersectionFarthest(i, from.xz(), to.xz(), &farVertIndex, &farDist, &farPos); in findNextWaypoint()
494 bool Obstacles::findIntersectionFarthest(int polygonIndex, Vector2 from, Vector2 to, in findIntersectionFarthest() function in BladeRunner::Obstacles