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

Function bounding_box

utilities/olcUTIL_Geometry2D.h:2072–2075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2070
2071 template<typename T>
2072 inline constexpr auto bounding_box(T&& t)
2073 {
2074 return envelope_r(std::forward<T>(t));
2075 }
2076
2077 template<typename T>
2078 inline constexpr auto bounding_circle(T&& t)

Callers

nothing calls this directly

Calls 1

envelope_rFunction · 0.85

Tested by

no test coverage detected