Posted: Sun Oct 17, 2004 7:44 am Post subject: How do you draw triangles?
Please tell me how to draw triangles. BEcause i need to draw a bowtie and make it spin.
And if you could please give me an example with co-ordinates and stuff.
Sponsor Sponsor
Hikaru79
Posted: Sun Oct 17, 2004 9:24 am Post subject: (No subject)
If you're using HSA it's simply
code:
int [] x = {50,100,150};
int [] y = {200,50,200};
c.drawPolygon (x,y,3};