MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / getTimeInSeconds

Method getTimeInSeconds

examples/Utils/b3Clock.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186double b3Clock::getTimeInSeconds()
187{
188 return double(getTimeMicroseconds() / 1.e6);
189}
190
191void b3Clock::usleep(int microSeconds)
192{

Callers 15

mainFunction · 0.45
mainFunction · 0.45
connectMethod · 0.45
processDebugLinesMethod · 0.45
processCameraMethod · 0.45
processMeshDataMethod · 0.45
postProcessStatusMethod · 0.45
processCustomCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected