fn points_from_line( path: &[Pos2], spacing: f32, radius: f32, color: Color32, shapes: &mut Vec<Shape>, )
Creates equally spaced filled circles from a line.