MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / toStringWithoutZ

Function toStringWithoutZ

source/utils/Helper.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 + "," + TTostring(v.z) + ")";
282 }
283 std::string toStringWithoutZ(const Ogre::Vector3& v)
284 {
285 return "(" + TTostring(v.x)
286 + "," + TTostring(v.y) + ")";
287 }
288 std::string toString(const Ogre::ColourValue& c)
289 {
290 return "[" + TTostring(c.r)

Callers 1

getStatsTextMethod · 0.85

Calls 1

TTostringFunction · 0.85

Tested by

no test coverage detected