Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
float Vec2::length() const {
113
return bx::sqrt(x * x + y * y);
114
}
115
116
float Vec2::lengthSquared() const {
117
return x * x + y * y;
Callers
15
getManifestEnvironmentVariables
Method · 0.45
updateText
Method · 0.45
visit
Method · 0.45
_readFile
Method · 0.45
callback
Method · 0.45
containsPoint
Method · 0.45
intersectsSegment
Method · 0.45
render
Method · 0.45
isAndroidAsset
Method · 0.45
getAndroidAssetName
Method · 0.45
load
Method · 0.45
load
Function · 0.45
Calls
1
sqrt
Function · 0.50
Tested by
no test coverage detected