On 11/13/11 12:01 AM, James Hurley wrote:

function r tA --Radial distance to the ellipse as afunction of the angle
    put (cos(tA*pi/180))^2 / (a*a) + (sin(tA*pi/180))^2 / (b*b) into temp
    return 1/sqrt(temp)
end r

This means something, right? Well, for your information I happen to know how to say "beer" in Turkish. So there. :P

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to