My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
UniExtensions.Graph.AStar Class Reference

The A* path finding algorithm. Uses objects that implement IAStarNode. More...

Public Member Functions

 AStar (IEnumerable< IAStarNode > nodes)
 
IAStarNode[] Route (IAStarNode start, IAStarNode end)
 Calculate the route from start to end. More...
 

Detailed Description

The A* path finding algorithm. Uses objects that implement IAStarNode.

Constructor & Destructor Documentation

UniExtensions.Graph.AStar.AStar ( IEnumerable< IAStarNode nodes)
inline

Member Function Documentation

IAStarNode [] UniExtensions.Graph.AStar.Route ( IAStarNode  start,
IAStarNode  end 
)
inline

Calculate the route from start to end.

Parameters
startStart.
endEnd.

The documentation for this class was generated from the following file: