Skip to main content

make_path_d

Function make_path_d 

Source
pub fn make_path_d(coords: &[f64]) -> PathD
Expand description

Create a PathD from a flat slice of coordinate pairs [x0, y0, x1, y1, …]. Direct port from clipper.h MakePathD.