|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
Represents a time step in seconds. More...
#include <Timestep.h>
Public Member Functions | |
| Timestep (float time=0.0f) | |
| Constructs a Timestep with the given time in seconds. | |
| operator float () const | |
| float | GetSeconds () const |
| Returns the time in seconds. | |
| float | GetMilliseconds () const |
| Returns the time in milliseconds. | |
Private Attributes | |
| float | m_Time |
Represents a time step in seconds.
|
inline |
|
inline |
|
inline |
|
private |
Referenced by GetMilliseconds(), GetSeconds(), operator float(), and Timestep().