Skip to main content

get_bounds_paths_convert

Function get_bounds_paths_convert 

Source
pub fn get_bounds_paths_convert<T, T2>(paths: &Paths<T2>) -> Rect<T>
where T: Copy + PartialOrd + Bounded + Num, T2: Copy + Into<T>,
Expand description

Calculate the bounding rectangle of multiple paths with type conversion Direct port from clipper.core.h line 484