dtAI::AStarTimer Class Reference

This is a simple timer classed created with the dtCore::Timer. More...

#include <astarwaypointutils.h>

List of all members.

Public Member Functions

void Update ()
double GetDT ()


Detailed Description

This is a simple timer classed created with the dtCore::Timer.

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.


Member Function Documentation

void dtAI::AStarTimer::Update (  )  [inline]

double dtAI::AStarTimer::GetDT (  )  [inline]


http://www.delta3d.org
2.0.0 generated 14 Feb 2008