abstract.bresenham

MJS / AC Piece API / graphics / done
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

Parameters are not fully documented yet.

Returns

Not specified.

Examples

No explicit examples yet.

Open prompt to experiment live.

Runtime Notes

No additional runtime notes yet.

Details

No additional details yet.

Live Preview

Embedded AC preview