Function de_pathing::create_finder
source · pub fn create_finder(
bounds: MapBounds,
exclusions: Vec<ExclusionArea>
) -> PathFinder
Expand description
Creates a new path finder by triangulating accessible area on the map.
pub fn create_finder(
bounds: MapBounds,
exclusions: Vec<ExclusionArea>
) -> PathFinder
Creates a new path finder by triangulating accessible area on the map.