Function epaint::shape::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.