Searched refs:shouldMoveWaypoint (Results 1 – 1 of 1) sorted by relevance
50558 if (shouldMoveWaypoint(waypoint, start, direction)) {50564 if (waypoint.original && shouldMoveWaypoint(waypoint.original, start, direction)) {50631 function shouldMoveWaypoint(waypoint, start, direction) { function