Skip to main content

get_bounds_path

Function get_bounds_path 

Source
pub fn get_bounds_path<T>(path: &Path<T>) -> Rect<T>
where T: Copy + PartialOrd + Bounded + Num,
Expand description

Calculate the bounding rectangle of a path Direct port from clipper.core.h line 432