// flower
@Test public void testFlower5() {this.runTest("2400", new Flower(0, 0, 0, 1, 0.5, 5));}
@Test public void testFlowerAngle() {this.runTest("2401", new Flower(0, 0, 45, 1, 0.5, 5));}
@Test public void testFlowerSmallR(){this.runTest("2402", new Flower(0, 0, 0, 1, 0, 12));}
@Test public void testFlowerLargeR(){this.runTest("2403", new Flower(0, 0, 0, 1, 1, 12));}
@Test public void testFlowerCorner(){this.runTest("2404", new Flower(-1, -1, 45, 2.4, 0.1, 4));}