@Test public void testSpiralDistortX() {this.runTest("4304", new Spiral(0, 0, 1, 1, XCoord()));}
@Test public void testSpiralDistortY() {this.runTest("4305", new Spiral(0, 0, 1, 1, YCoord()));}
@Test public void testSpiralRationalN2(){this.runTest("4306", new Spiral(0, 0, 2.5, 1, c1P()));}
@Test public void testSpiralRationalN3(){this.runTest("4307", new Spiral(0, 0, 3.5, 1, c1P()));}
@Test public void testSpiralRationalN4(){this.runTest("4308", new Spiral(0, 0, 4.5, 1, c1P()));}
@Test public void testSpiralRationalN5(){this.runTest("4309", new Spiral(0, 0, 5.5, 1, c1P()));}