List of usage examples for com.badlogic.gdx.ai.pfa.indexed IndexedNode interface-usage
From source file us.thirdmillenium.strategicassaultsimulator.ai.tile.TileNode.java
/** * TileNode is used by the A* routine. Tracks Cell and OpenGL x, y coords. */ public class TileNode implements IndexedNode<TileNode>, Comparable<TileNode> { private Array<Connection<TileNode>> links; private float Pixel_x;