Type Definition Rect
mgf
type Rect = Rectangle;
impl BoundedBy<AABB> for Rect
fn bounds(&self) -> AABB
impl BoundedBy<Sphere> for Rect
fn bounds(&self) -> Sphere