Block a user
Added
find_index array function
Added abs, max, min and parity functions
ellip_{empt/full}: draw empty/full ellipse
Algorithm suggestion: Bresenham's line algorithm. It allows drawing pixel-by-pixel of a straight line. It's extension, the [Midpoint…
line: draw a line from a to b
Algorithm suggestion: Bresenham's line algorithm. It allows drawing pixel-by-pixel of a straight line. It's extension, the [Midpoint…