pub fn transform_path<T1, T2>(path: &Path<T2>) -> Path<T1>where T1: Num + Copy + FromF64, T2: Copy + ToF64,
Transform a path between types (no scaling, just type conversion) Direct port from clipper.core.h line 591