Click or drag to resize
AStar Class
Implemenation of the A* algorithm for calculating the most efficient path between two specified pathfinding nodes.
Inheritance Hierarchy
SystemObject
  Slash.AI.PathfindingAStar

Namespace: Slash.AI.Pathfinding
Assembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntax
public class AStar

The AStar type exposes the following members.

Constructors
  NameDescription
Public methodAStar
Initializes a new instance of the AStar class
Top
Methods
  NameDescription
Public methodStatic memberFindPathT
Computes the most efficient path in the specified graph between the specified pathfinding nodes using the A* algorithm.
Top
See Also