fn rect2aabb<Crd>(r: &Rect<Crd>) -> AABB<[Crd; 2]> where
    Crd: PrimInt + Signed + Debug
Expand description

Convert a rectangle into an axis aligned bounding box used by RStar.