Livejournal
Log in
Post
Friends
My journal
staxxy
heh
Apr 29, 2006 15:23
when it rains, it pours... or it least it does today (
Read more...
)
rain
,
weather
Leave a comment
Comments 14
Next
saffyre_dragon
April 29 2006, 22:29:34 UTC
Normally I would absolutely love and adore this weather...except for the fact that I was really looking forward to playing frisbee in the park. :(
I guess I'll just have to be happy playing video games instead. ;)
Reply
eukarya
April 29 2006, 22:58:37 UTC
I wouldn't mind my own cute baby animal ark.
Reply
coridan
April 30 2006, 04:38:47 UTC
Noah? BUILD ME AN ARK.
CB
Reply
girltard
April 30 2006, 05:32:30 UTC
I prefer "typhooooooooooon".
Reply
staxxy
April 30 2006, 15:15:55 UTC
that's a good word too, but typhoons have way more wind.
Reply
An arc?
immortalsofar
April 30 2006, 08:01:45 UTC
moveto (r, r);
for (a = 0; a < 100; a++)
{
x = sine (a) * r;
y = cos (a) * r;
lineto (x, y);
}
There you are, not only an arc but a full circle! Not much use for the monsooooon, but I'm technology driven!
Reply
Re: An arc?
staxxy
April 30 2006, 15:17:32 UTC
you rule!!! and I actually meant Ark... but sometimes you need a rainbow too. :)
Reply
Re: An arc?
avicado
May 1 2006, 02:14:22 UTC
It's been a while since I've done any programming, but wouldn't you need "a < 360" in that for loop to get a full circle?
Math and computers are fun!
Reply
Re: An arc?
immortalsofar
May 1 2006, 02:20:32 UTC
Actually, there are 2 ways of doing it. One is to use x = -r to +r. The other is to step through PI/2 (I think) in an arbitrary number of steps.
Due to the lateness of the post and the first being eaten because I forgot to use < for the < sign, this is a hazy mish-mash between the two.
I'll get it right for the next flood though!
Reply
Thread 7
Next
Leave a comment
Up
Comments 14
I guess I'll just have to be happy playing video games instead. ;)
Reply
Reply
CB
Reply
Reply
Reply
for (a = 0; a < 100; a++)
{
x = sine (a) * r;
y = cos (a) * r;
lineto (x, y);
}
There you are, not only an arc but a full circle! Not much use for the monsooooon, but I'm technology driven!
Reply
Reply
Math and computers are fun!
Reply
Due to the lateness of the post and the first being eaten because I forgot to use < for the < sign, this is a hazy mish-mash between the two.
I'll get it right for the next flood though!
Reply
Leave a comment