MCPcopy 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

_rebuildGeometryMethod · 0.70
run_tidyFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected