Skip to main content

create_thick_polyline

Function create_thick_polyline 

Source
pub fn create_thick_polyline(
    x_data: &[f64],
    y_data: &[f64],
    color: Vec4,
    width_px: f32,
) -> Vec<Vertex>
Expand description

Create thick polyline as triangles (used when line width > 1)