Function points_from_line

Source
fn points_from_line(
    path: &[Pos2],
    spacing: f32,
    radius: f32,
    color: Color32,
    shapes: &mut Vec<Shape>,
)
Expand description

Creates equally spaced filled circles from a line.