Uses of Interface
eu.iv4xr.framework.extensions.pathfinding.Pathfinder2
Packages that use Pathfinder2
Package
Description
This package provides classes to do pathfinding over a graph.
-
Uses of Pathfinder2 in eu.iv4xr.framework.extensions.pathfinding
Subinterfaces of Pathfinder2 in eu.iv4xr.framework.extensions.pathfindingModifier and TypeInterfaceDescriptioninterfaceXPathfinder<NodeId>Extension of a graph-basedPathfinder2that also provides methods supporting exploration over the represented navigation graph.Classes in eu.iv4xr.framework.extensions.pathfinding that implement Pathfinder2Modifier and TypeClassDescriptionclassLayeredAreasNavigation<NodeId,Nav extends XPathfinder<NodeId> & CanDealWithDynamicObstacle<NodeId>>Support navigation over multiple areas, linearly stacked in layers.classRepresenting a navigation graph over a 2D tiled-world.classA navigation-graph over a 3D-surface.