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

Method area

olcPixelGameEngine.h:653–656  ·  view source on GitHub ↗

Returns rectangular area of vector

Source from the content-addressed store, hash-verified

651
652 // Returns rectangular area of vector
653 inline constexpr auto area() const
654 {
655 return x * y;
656 }
657
658 // Returns magnitude of vector
659 inline auto mag() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected