Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ parseFloat
Function
parseFloat
examples/OpenCL/broadphase/PairBench.cpp:155–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
static inline float parseFloat(const char*& token)
156
{
157
token += strspn(token,
" \t"
);
158
float f = (float)atof(token);
159
token += strcspn(token,
" \t\r"
);
160
return f;
161
}
162
163
enum PairToggleButtons
164
{
Callers
1
createBroadphase
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected