pub fn transform_paths<T1, T2>(paths: &Paths<T2>) -> Paths<T1>where T1: Num + Copy + FromF64, T2: Copy + ToF64,
Transform multiple paths between types (no scaling, just type conversion) Direct port from clipper.core.h line 601