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

Method getCurrentTime

examples/RenderingExamples/TimeSeriesCanvas.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155float TimeSeriesCanvas::getCurrentTime() const
156{
157 return m_internalData->getTime();
158}
159void TimeSeriesCanvas::grapicalPrintf(const char* str, void* fontData, int rasterposx, int rasterposy, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha)
160{
161 unsigned char c;

Callers 2

stepSimulationMethod · 0.80
tickMethod · 0.80

Calls 1

getTimeMethod · 0.80

Tested by

no test coverage detected