DDA
Bresenham's Line
Midpoint Circle
Bezier Curve
DDA line drawing Algorithm
X1
X2
Y1
Y2
Bresenham line drawing Algorithm
X1
X2
Y1
Y2
Midpoint Circle Algorithm
Centre:
X0
Y0
Radius
1st Qctand
(x,y)
2nd Qctand
(y,x)
3rd Qctand
(y,-x)
4th Qctand
(x,-y)
5th Qctand
(-x,-y)
6th Qctand
(-y,-x)
7th Qctand
(-y,x)
8th Qctand
(-x,y)
Step 5: Plot
Bezier Curve
X0
Y0
X1
Y2
X3
Y3
X4
Y4