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

Method area

utilities/olcUTIL_Geometry2D.h:727–730  ·  view source on GitHub ↗

Get area of circle

Source from the content-addressed store, hash-verified

725
726 // Get area of circle
727 inline constexpr T area() const
728 {
729 return T(pi) * radius * radius;
730 }
731
732 // Get circumference of circle
733 inline constexpr T perimeter() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected