Message: 3 Date: Fri, 5 Mar 2004 12:10:03 -0500 From: "Springer, Paul" <[EMAIL PROTECTED]> Subject: RE: Rotating Graphics To: 'How to use Revolution' <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain
Thanks again Dar, I am beginning to see the light. So it looks like the hardest thing I have to do is figure out the trigonometry for the custom rotation function. I don't suppose someone might have such a function for an isosceles triangle?
-Paul
Paul,
If you are doing a lot of program graphics you might want to look at Turtle Graphics. See my web site. There are several flavors there.
http://home.infostations.net/jhurley/
For example to draw a 30 degree isosceles triangle:
forward 100 right 30 back 100 home
Jim _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
