Uses of Interface
eu.iv4xr.framework.extensions.pathfinding.CanDealWithDynamicObstacle
Package
Description
This package provides classes to do pathfinding over a graph.
-
Uses of CanDealWithDynamicObstacle in eu.iv4xr.framework.extensions.pathfinding
Modifier and TypeClassDescriptionclass
LayeredAreasNavigation<NodeId,Nav extends XPathfinder<NodeId> & CanDealWithDynamicObstacle<NodeId>>
Support navigation over multiple areas, linearly stacked in layers.Modifier and TypeClassDescriptionclass
LayeredAreasNavigation<NodeId,Nav extends XPathfinder<NodeId> & CanDealWithDynamicObstacle<NodeId>>
Support navigation over multiple areas, linearly stacked in layers.class
This class is provides an implementation of a navigation graph (an instance ofNavigatable
) that facilitates pathfinding over a 3D-surface defined by a surface-mesh with obstacles.class
Representing a navigation graph over a 2D tiled-world.class
A navigation-graph over a 3D-surface.