pub fn curve_polyline(
sketch: &Sketch,
positions: &Positions,
curve: CurveId,
) -> Vec<[f64; 2]>Expand description
Points along a curve from its start to its end (a circle starts and ends at angle 0), dense enough for display and nesting tests.