2017-08-07から1日間の記事一覧

radius_lines01

void setup() { size(500, 500); colorMode(HSB, 360, 100, 100, 100); background(0, 0, 100); strokeWeight(1); frameRate(10); smooth(); } void draw() { float radius = 5; int centx =width/2; int centy = height/2; float x, y; float lastx = -999;…