Classes
 ClassDescription
 AStar In computer science, A(pronounced "A star") is a computer algorithm that is widely used in pathfinding and graph traversal, the process of plotting an efficiently traversable path between points, called nodes.
 AStarNode Represents a specific node evaluated as part of a pathfinding algorithm.