pub type ContourPath = Vec<(f64, f64)>;
A single contour path - ordered (x, y) points forming a closed loop
pub struct ContourPath { /* private fields */ }