bresenham(x0, y0, x1, y1)
Returns an array of integer points that make up an aliased line from (x0,y0) to (x1,y1). This function is abstract and does not render anything.
Parameters are not fully documented yet.
Not specified.
No additional runtime notes yet.
No additional details yet.