Uses of Package
eu.iv4xr.framework.extensions.pathfinding
Package
Description
This package provides classes to do pathfinding over a graph.
This package contains the implementation of iv4xr Env, State,
TacticLib, GoalLib etc, which are necessary to allow an aplib/iv4xr
test agent to control the game in the smart way.
-
-
ClassDescriptionA feature of a navigation graph that allows obstacles to be added.Representing a bi-directional "portal" between areas.Describes a graph-like structure that can be navigated by a pathfinder.Common interface for pathfinding.Just another interface for a graph-based pathfinder as an alternative to
Pathfinder
.Wraps around a type to add a float value on which can be sorted.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.A vertex is a BORDER-vertex if it lies in a border-edge.Extension of a graph-basedPathfinder2
that also provides methods supporting exploration over the represented navigation graph. -
ClassDescriptionDescribes a graph-like structure that can be navigated by a pathfinder.
-
ClassDescriptionSupport navigation over multiple areas, linearly stacked in layers.Describes a graph-like structure that can be navigated by a pathfinder.Representing a navigation graph over a 2D tiled-world.