Class NodePathFinder

  • All Implemented Interfaces:
    PathFinder

    public class NodePathFinder
    extends java.lang.Object
    implements PathFinder
    This path finder class uses one of the common search algorithms (e.g. A*) and a navigation mesh (e.g. grid) and uses them to find a path around map geometry.
    Author:
    BB