Skip to main content

get_bounds_paths

Function get_bounds_paths 

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

Calculate the bounding rectangle of multiple paths Direct port from clipper.core.h line 449