Thankyou vince for PDF's because I was considering doing a Circle, one to replace our faulty Circle built-in, ie you can NOT do transparent circles without lighter pixels on the x, y axis. It might come in handy for someone needing Transparent Circle edges.
Update: yeah these
are what's getting around the need for SQR. Something about using the derivative of Square function for X^2 = 2x plus some fooling around
Update: yeah these
Code: (Select All)
e = e + 2 * y0
else
e = e - 2 * x0
are what's getting around the need for SQR. Something about using the derivative of Square function for X^2 = 2x plus some fooling around
b = b + ...