Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ len
Function
len
MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
inline float len(float x, float y)
23
{
24
return std::sqrt(x * x + y * y);
25
}
26
27
void PolygonalSkin::setPoints(const std::vector<FloatPoint>& _points)
28
{
Callers
4
setPoints
Method · 0.70
_rebuildGeometry
Method · 0.70
_getPerpendicular
Method · 0.70
_getMiddleLine
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected