create_line

Function create_line 

Source
pub fn create_line(start: Vec3, end: Vec3, color: Vec4) -> Vec<Vertex>
Expand description

Create vertices for a line from start to end point