MCPcopy 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

setPointsMethod · 0.70
_rebuildGeometryMethod · 0.70
_getPerpendicularMethod · 0.70
_getMiddleLineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected