Returns an elliptical region based on the given bounding rectangle.
Returns an elliptical region based on a bounding rectangle given by x0,y0 (top-left) and x1,y1 (bottom-right), inclusive.
Returns a lists of points on an ellipse, with center
as the midpoint
and with the given radii.
May return duplicate points.
Returns the lists of points on a line from a
to b
.
When the manhattan
option (named after "Manhattan distance") is set to
true
, the points on the line can't take diagonal steps.
Generated using TypeDoc
Provides functions to rasterize lines and ellipses.
1.10.2