Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ len
Function
len
MyGUIEngine/src/MyGUI_RotatingSkin.cpp:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
inline float len(float x, float y)
216
{
217
return std::sqrt(x * x + y * y);
218
}
219
220
void RotatingSkin::_rebuildGeometry()
221
{
Callers
3
_rebuildGeometry
Method · 0.70
run_tidy
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected