Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
double b3Clock::getTimeInSeconds()
187
{
188
return double(getTimeMicroseconds() / 1.e6);
189
}
190
191
void b3Clock::usleep(int microSeconds)
192
{
Callers
15
main
Function · 0.45
main
Function · 0.45
connect
Method · 0.45
processDebugLines
Method · 0.45
processVisualShapeData
Method · 0.45
processOverlappingObjects
Method · 0.45
processContactPointData
Method · 0.45
processCamera
Method · 0.45
processMeshData
Method · 0.45
postProcessStatus
Method · 0.45
processCustomCommand
Method · 0.45
processRequestBodyInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected