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

Method circumference

utilities/olcUTIL_Geometry2D.h:739–742  ·  view source on GitHub ↗

Get circumference of circle

Source from the content-addressed store, hash-verified

737
738 // Get circumference of circle
739 inline constexpr T circumference() const
740 {
741 return perimeter();
742 }
743 };
744
745

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected