#include <DTimer.h>
TODO: Detailed Class Description
Public Member Functions | |
DTimer (void) | |
Constructor; Creates a new Timer. | |
void | InitTime (void) |
Init the time (time1 is set). | |
void | InitTicks (void) |
Init the number of ticks with Zero. | |
double | GetTime (void) |
Get the amount of time passed since InitTime() was called. | |
double | GetFrameTime (void) |
Get the amount of time the last frame needed. | |
int | GetTicks (void) |
Get the number of ticks counted since InitTicks() was called. | |
void | IncTicks (void) |
Do one tick (increade tick-counter). |
|
Constructor; Creates a new Timer. TODO: detailed description. |
|
Get the amount of time the last frame needed. TODO: detailed description. |
|
Get the number of ticks counted since InitTicks() was called. TODO: detailed description. |
|
Get the amount of time passed since InitTime() was called. TODO: detailed description. |
|
Do one tick (increade tick-counter). TODO: detailed description. |
|
Init the number of ticks with Zero. TODO: detailed description. |
|
Init the time (time1 is set). TODO: detailed description. |