MCPcopy 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

70const double metersPerSecToKnots = 1.94384;
71
72static std::string toIntString(double v)
73{
74 return std::to_string(int(std::round(v)));
75}
76
77static void drawVee(VisHud& hud, const glm::vec2& position)
78{

Callers 1

updateStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected