#include <astarwaypointutils.h>
Public Member Functions | |
| void | Update () |
| double | GetDT () |
In order to keep the AStar class from being dependant on a specific Timer implementation we take one as a template argument. That said here is a default one for use with delta. The usage syntax is Update() - Update() - GetDT(), where GetDT() will determine the amount of time between the two updates.
| void dtAI::AStarTimer::Update | ( | ) | [inline] |
| double dtAI::AStarTimer::GetDT | ( | ) | [inline] |