pub fn get_bounds_path<T>(path: &Path<T>) -> Rect<T>where T: Copy + PartialOrd + Bounded + Num,
Calculate the bounding rectangle of a path Direct port from clipper.core.h line 432