ScummVM API documentation
Twp::AStar Class Reference

Public Member Functions

 AStar (Graph *graph)
 
void search (int source, int target)
 

Public Attributes

Graph_graph = nullptr
 
Common::Array< GraphEdge * > _spt
 
Common::Array< float > _gCost
 
Common::Array< float > _fCost
 
Common::Array< GraphEdge * > _sf
 

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