pub fn get_bounds_paths<T>(paths: &Paths<T>) -> Rect<T>where T: Copy + PartialOrd + Bounded + Num,
Calculate the bounding rectangle of multiple paths Direct port from clipper.core.h line 449