orth_line

Function orth_line 

Source
pub fn orth_line(
    c: char,
    x1: u32,
    y1: u32,
    x2: u32,
    y2: u32,
) -> Result<(), NonOrthogonal>
Expand description

Draw an orthogonal line to the screen.

ยงErrors

If the given line is non-orthogonal, returns an error.