| 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 ========================================================================================================== |
nothing calls this directly
no test coverage detected