Gifu/rensyuu

From 2014.igem.org

(Difference between revisions)
Line 104: Line 104:
if(rad==360){
if(rad==360){
r=200;
r=200;
-
 
+
m=-2
;}
;}
-
else{rad+=-m};
+
else{rad-=m};
x=r*Math.cos(Math.PI/180*rad);
x=r*Math.cos(Math.PI/180*rad);
y=r*Math.sin(Math.PI/180*rad);
y=r*Math.sin(Math.PI/180*rad);

Revision as of 08:00, 5 September 2015

factory1