0
How to implement mathematical circle in c#
should take n value and generate a circle
2 Réponses
+ 1
just parse n through Math.sin()=>x axis and..
Math.cos()=>y axis gor each point and youll get a circle
0
Ferdinand
should take n value and generate a circle