bresenham

Undocumented in source. Be warned that the author may not have intended to support it.
void
bresenham
(
int x1
,
int y1
,
const int x2
,
const int y2
,
scope void delegate
(
int x
,
int y
)
plot
)

Meta