Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Prograda/Skybolt
/ toIntString
Function
toIntString
src/SkyboltExamples/ExamplesCommon/HudSystem.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
const double metersPerSecToKnots = 1.94384;
71
72
static std::string toIntString(double v)
73
{
74
return std::to_string(int(std::round(v)));
75
}
76
77
static void drawVee(VisHud& hud, const glm::vec2& position)
78
{
Callers
1
updateState
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected