size(200, 200); background(255); // Punkt 1 zu 2 line(width / 2, height / 2, width*3 /4, height / 4); // Punkt 3 zu 4 line(0, height, width / 4, 0);