Skip to content

Instantly share code, notes, and snippets.

int steps = 7;
PVector [] pointset = new PVector [3];
void setup (){
size(700, 500);
smooth();
background(0, 0, 0);
int points = 1;
stroke(255);
strokeWeight(7);