MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / length

Method length

Source/Support/Geometry.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112float Vec2::length() const {
113 return bx::sqrt(x * x + y * y);
114}
115
116float Vec2::lengthSquared() const {
117 return x * x + y * y;

Callers 15

updateTextMethod · 0.45
visitMethod · 0.45
_readFileMethod · 0.45
callbackMethod · 0.45
containsPointMethod · 0.45
intersectsSegmentMethod · 0.45
renderMethod · 0.45
isAndroidAssetMethod · 0.45
getAndroidAssetNameMethod · 0.45
loadMethod · 0.45
loadFunction · 0.45

Calls 1

sqrtFunction · 0.50

Tested by

no test coverage detected