MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / length2

Method length2

utilities/olcUTIL_Geometry2D.h:582–585  ·  view source on GitHub ↗

Get length of line^2

Source from the content-addressed store, hash-verified

580
581 // Get length of line^2
582 inline constexpr T length2()
583 {
584 return vector().mag2();
585 }
586
587
588

Callers

nothing calls this directly

Calls 1

mag2Method · 0.45

Tested by

no test coverage detected