LineDDA

Function LineDDA 

Source
pub unsafe extern "system" fn LineDDA(
    xstart: i32,
    ystart: i32,
    xend: i32,
    yend: i32,
    lpproc: Option<unsafe extern "system" fn(i32, i32, isize)>,
    data: isize,
) -> i32
Expand description

#248 LineDDA

produce the set of points which compose a straight line