Skip to main content

transform_paths

Function transform_paths 

Source
pub fn transform_paths<T1, T2>(paths: &Paths<T2>) -> Paths<T1>
where T1: Num + Copy + FromF64, T2: Copy + ToF64,
Expand description

Transform multiple paths between types (no scaling, just type conversion) Direct port from clipper.core.h line 601