MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / inf

Method inf

source/core/StarRect.hpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276template <typename T, size_t N>
277Box<T, N> Box<T, N>::inf() {
278 return Box(Coord::filled(std::numeric_limits<T>::lowest()), Coord::filled(std::numeric_limits<T>::max()));
279}
280
281template <typename T, size_t N>
282template <typename Box2>

Callers

nothing calls this directly

Calls 2

BoxClass · 0.85
lowestFunction · 0.85

Tested by

no test coverage detected