pub fn get_bounds_paths_convert<T, T2>(paths: &Paths<T2>) -> Rect<T>where T: Copy + PartialOrd + Bounded + Num, T2: Copy + Into<T>,
Calculate the bounding rectangle of multiple paths with type conversion Direct port from clipper.core.h line 484