Skip to main content

make_path64

Function make_path64 

Source
pub fn make_path64(coords: &[i64]) -> Path64
Expand description

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