Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ length
Method
length
utilities/olcUTIL_Geometry2D.h:576–579 ·
view source on GitHub ↗
Get length of line
Source
from the content-addressed store, hash-verified
574
575
// Get length of line
576
inline constexpr T length()
577
{
578
return vector().mag();
579
}
580
581
// Get length of line^2
582
inline constexpr T length2()
Callers
3
ConvertS2W
Method · 0.80
ConvertS2W
Method · 0.80
perimeter
Method · 0.80
Calls
1
mag
Method · 0.45
Tested by
no test coverage detected