Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 139 Bytes

line.md

File metadata and controls

7 lines (5 loc) · 139 Bytes
void draw_line(const glm::vec3 & start, const glm::vec3 & end) noexcept;

Draw a line from start to end.