MCPcopy Create free account
hub / github.com/crownengine/crown / to_string

Function to_string

src/core/math/math.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56const char *to_string(char *buf, u32 buf_len, const Vector3 &v)
57{
58 stbsp_snprintf(buf, buf_len, "( %.4f, %.4f, %.4f )", v.x, v.y, v.z);
59 return buf;
60}
61
62const char *to_string(char *buf, u32 buf_len, const Vector4 &v)
63{

Callers 2

from_guidMethod · 0.50
expandFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected