@Test public void testPolarTheta0() { this.runTest("2201", new PolarTheta(0, 0, 0)); }
@Test public void testPolarTheta05N() { this.runTest("2202", new PolarTheta(0, 0, -0.5)); }
@Test public void testPolarTheta05P() { this.runTest("2203", new PolarTheta(0, 0, 0.5)); }
@Test public void testPolarTheta1P() { this.runTest("2204", new PolarTheta(0, 0, 1)); }
@Test public void testPolarTheta1N() { this.runTest("2205", new PolarTheta(0, 0, -1)); }
@Test public void testPolarTheta75at1N(){ this.runTest("2206", new PolarTheta(-1, -1, 0.75)); }