Re: Calculating points in a circle
- Posted by CoJaBo <cojabo at suscom.net> Nov 07, 2004
- 459 views
This will give you a simple circle. angle is from -PI to PI. Calculating how to increment angle still needs to be figured out. x=sin(angle)*diameter y=cos(angle)*diameter