Skip to main content

ContourPath

Type Alias ContourPath 

Source
pub type ContourPath = Vec<(f64, f64)>;
Expand description

A single contour path - ordered (x, y) points forming a closed loop

Aliased Typeยง

pub struct ContourPath { /* private fields */ }