pub fn create_line(start: Vec3, end: Vec3, color: Vec4) -> Vec<Vertex>
Create vertices for a line from start to end point