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

Method a

olcPixelGameEngine.h:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645
646
647 inline constexpr std::array<T, 2> a() const
648 {
649 return std::array<T, 2>{x, y};
650 }
651
652 // Returns rectangular area of vector
653 inline constexpr auto area() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected