44 return m_time / m_fps;
double seconds() const
Gets the current time in seconds.
Definition: SimulationTime.impl.h:42
double deltaTime() const
Delta time.
Definition: SimulationTime.impl.h:62
void setFps(double fps)
Sets the fps.
Definition: SimulationTime.impl.h:32
void increment(double value)
Increments the time.
Definition: SimulationTime.impl.h:21
void setDeltaTime(double value)
Sets delta time.
Definition: SimulationTime.impl.h:57
double fps() const
Gets the fps.
Definition: SimulationTime.impl.h:37
void setEndTime(double value)
Sets end time.
Definition: SimulationTime.impl.h:47
double endTime() const
End time.
Definition: SimulationTime.impl.h:52
void reset()
Resets time.
Definition: SimulationTime.impl.h:11
double time() const
Gets current time.
Definition: SimulationTime.impl.h:16
void set(double value)
Sets the time.
Definition: SimulationTime.impl.h:27
Atoms namespace.
Definition: Agent.h:29