@param maxBox -- Beginning of range @param minBox -- End of range
Box clamp(Box maxBox, Box minBox) { return max(maxBox).min(minBox); }