2 Resultados encontrados para "Archivo:Concentric_circles_drawn_with_Bresenham's_circle_algorithm.png".

Archivo:Concentric circles drawn with Bresenham's circle algorithm.png

len(colours) == 150, "Not enough colours" for i in range(1, 151): bitmap.circle(x0=(WIDTH//2), y0=(HEIGHT//2), radius=i, colour=colours[i-1]) bitmap.xpm()...


Archivo:Concentric circles drawn with Bresenham's circle algorithm (all black) 01.png

DescriptionConcentric circles drawn with Bresenham's circle algorithm (all black) 01.png English: The midpoint circle algorithm, also known as Bresenham's circle...