template <typename Scalar>
muu::constants<bounding_box<Scalar>> struct

Axis-aligned bounding box constants.

Public static variables

static bounding_box<Scalar> unit constexpr
A bounding box centered at the origin with sides of length 1.
static bounding_box<Scalar> zero constexpr
A bounding box with all members initialized to zero.