// Midpoint Circle Drawing Algorithm void midpointCircle(int xc, int yc, int r) { int x = 0, y = r; int p = 1 - r; // Decision parameter // Draw the initial points putpixel(xc + x, yc + y, WHITE); ...
Abstract: A run-length algorithm for fast circle drawing with double-step is proposed. In this algorithm, a discrete circle locus can be composed of a series of horizontal line segments and diagonal ...
Certains résultats ont été masqués, car ils peuvent vous être inaccessibles.
Afficher les résultats inaccessibles