MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / Timer

Method Timer

testbed/src/Timer.h:75–77  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

73
74 /// Constructor
75 Timer() : mAccumulator(0), mIsRunning(false) {
76
77 }
78
79 /// Return the elapsed physics time
80 std::chrono::duration<double> getElapsedPhysicsTime() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected