Uses of Interface
eu.iv4xr.framework.extensions.pathfinding.Pathfinder2
Package
Description
This package provides classes to do pathfinding over a graph.
-
Uses of Pathfinder2 in eu.iv4xr.framework.extensions.pathfinding
Modifier and TypeInterfaceDescriptioninterface
XPathfinder<NodeId>
Extension of a graph-basedPathfinder2
that also provides methods supporting exploration over the represented navigation graph.Modifier and TypeClassDescriptionclass
LayeredAreasNavigation<NodeId,Nav extends XPathfinder<NodeId> & CanDealWithDynamicObstacle<NodeId>>
Support navigation over multiple areas, linearly stacked in layers.class
Representing a navigation graph over a 2D tiled-world.class
A navigation-graph over a 3D-surface.