|
I cut and pasted most of it. =D (Sorry for the ASP .Net) earth.aspx
function getDateVB()
getDateVB = int((DateDiff("s", "1 Jan 1970", DateTime.Now) + Timer) * 1000)-(3600000*2)
end function
Function atan2(ys, xs)
' Given y and x coords returns atan2
' by Jim Deutch, Syracuse, New York
dim theta, pi
pi = 3.1415926535897932384626433832795
If xs 0 Then
theta = ...

http://sarahs-muse.livejournal.com/673595.html
(Cached)
0 links
Published: 3 months, 1 week ago (Mon, 26 May 2008 03:59:46 PDT); 11 Kb
|