List of usage examples for com.badlogic.gdx.ai.pfa DefaultGraphPath subclass-usage
From source file com.badlogic.gdx.ai.tests.pfa.tests.tiled.TiledSmoothableGraphPath.java
/** A smoothable path for a generic tiled graph. * * @param <N> Type of node, either flat or hierarchical, extending the {@link TiledNode} class * * @author davebaol */ public class TiledSmoothableGraphPath<N extends TiledNode<N>> extends DefaultGraphPath<N>
From source file com.mygdx.game.pathfinding.NavMeshGraphPath.java
/** * @author jsjolund */ public class NavMeshGraphPath extends DefaultGraphPath<Connection<Triangle>> { /** * The start point when generating a point path for this triangle path