rotate()を利用した作品 «Processing»
//Processing_code_akitch_AKM_@godpotbot_Twitterfloat x, y;float bar_x;void setup() { size(900, 900);}void draw() { background(0); x=width/2; y=height/2; function_1(); bar_function();}void bar_function() { if (mousePressed) { //mouse押すと動くよ