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

Function bounding_circle

utilities/olcUTIL_Geometry2D.h:2078–2081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2076
2077 template<typename T>
2078 inline constexpr auto bounding_circle(T&& t)
2079 {
2080 return envelope_c(std::forward<T>(t));
2081 }
2082
2083
2084 // PROJECTIONS ==========================================================================================================

Callers

nothing calls this directly

Calls 1

envelope_cFunction · 0.85

Tested by

no test coverage detected