Returns the points inside a rasterised circle using Bresenham's algorithm.
circle
https://en.wikipedia.org/wiki/Midpoint_circle_algorithm
Returns the points inside a rasterised rectangle.
Returns the points along the outside edge of a rasterised circle using Bresenham's algorithm.
Computes the points on a rasterised version of line using Bresenham's algorithm.
line
https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm
Returns the points along the outside of a rasterised rectangle.
Generated using TypeDoc
Returns the points inside a rasterised
circle
using Bresenham's algorithm.https://en.wikipedia.org/wiki/Midpoint_circle_algorithm