Skip to main content

transform_path

Function transform_path 

Source
pub fn transform_path<T1, T2>(path: &Path<T2>) -> Path<T1>
where T1: Num + Copy + FromF64, T2: Copy + ToF64,
Expand description

Transform a path between types (no scaling, just type conversion) Direct port from clipper.core.h line 591