Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
const 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
62
const char *to_string(char *buf, u32 buf_len, const Vector4 &v)
63
{
Callers
2
from_guid
Method · 0.50
expand
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected