Cross myCross; void setup(){ smooth(); size(300, 300); background(0); myCross = new Cross(20, 20, 20); } void draw(){ }