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

Method side_count

utilities/olcUTIL_Geometry2D.h:782–784  ·  view source on GitHub ↗

Returns side count: 3

Source from the content-addressed store, hash-verified

780
781 // Returns side count: 3
782 inline constexpr size_t side_count() const {
783 return 3;
784 }
785 };
786
787

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected