hello, i need the bresenham's circle drawing method. precisely, what i know is we take point (Xk,Yk), following is the rough method which i know: eqn of circle=(x*x)+(y*y)=(r*r) d1=y-(Yk-1) d2=Yk-y d1-d2 is the decision parameter, perhaps plz tell next what to do? anyone knowing it plz tell asap. Thank You