Jypeli 4
The simple game programming library
|
Class that holds information about a change in time;. Lisää...
Julkiset jäsenfunktiot | |
TimeStep (Scalar dt, int updateCount) | |
Creates a new Timestep instance. | |
Ominaisuudet | |
Scalar | Dt [get] |
The current change in time. (seconds) | |
Scalar | DtInv [get] |
The inverse of the change in time. (0 if dt is 0) | |
Scalar | TrueDt [get] |
The actaul change in time. (seconds) | |
Scalar | TrueDtInv [get] |
The inverse of the actaul change in time. (0 if dt is 0) | |
int | UpdateCount [get] |
The number for the current update. |
Class that holds information about a change in time;.
TimeStep | ( | Scalar | dt, |
int | updateCount | ||
) | [inline] |
Creates a new Timestep instance.
dt | The current change in time. (seconds) |
updateCount | The number for the current update. |
Scalar Dt [get] |
The current change in time. (seconds)
Scalar DtInv [get] |
The inverse of the change in time. (0 if dt is 0)
Scalar TrueDt [get] |
The actaul change in time. (seconds)
Scalar TrueDtInv [get] |
The inverse of the actaul change in time. (0 if dt is 0)
int UpdateCount [get] |
The number for the current update.