MCPcopy 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

ConvertS2WMethod · 0.80
ConvertS2WMethod · 0.80
perimeterMethod · 0.80

Calls 1

magMethod · 0.45

Tested by

no test coverage detected