#include <tgTimer.h>
Public Member Functions | |
double | GetApplicationTime () |
double | GetFrameTime () |
void | Reset () |
tgTimer (void) | |
double | Update () |
~tgTimer (void) | |
Private Attributes | |
double | m_fAppTime |
double | m_fTime |
struct timespec AppStart act | old |
tgTimer::tgTimer | ( | void | ) |
Definition at line 8 of file tgTimer.cpp.
tgTimer::~tgTimer | ( | void | ) |
Definition at line 20 of file tgTimer.cpp.
double TomGine::tgTimer::GetApplicationTime | ( | ) | [inline] |
double TomGine::tgTimer::GetFrameTime | ( | ) | [inline] |
void tgTimer::Reset | ( | ) |
Definition at line 23 of file tgTimer.cpp.
double tgTimer::Update | ( | ) |
Definition at line 35 of file tgTimer.cpp.
double TomGine::tgTimer::m_fAppTime [private] |
double TomGine::tgTimer::m_fTime [private] |
struct timespec AppStart act TomGine::tgTimer::old [private] |