import java.applet.Applet; import java.awt.*; import java.awt.event.*; import java.applet.*; import java.awt.geom.*; import java.math.*; /**This contains the proof of 3 statements: 1. The pinwheel map is defined on the interior of each pinwheel tile. 2. The pinwheel map is not defined on any essential edge of a pinwheel tile. By essential, we mean an edge that is not contained in the boundary of the main strip. 3. The pinwheel map is defined and the identity on the interior of any inessential edge.**/ public class ProofPinwheel2 implements Runnable { int halt; Manager M; GoldenReal[][] h=new GoldenReal[4][3]; GoldenComplex[] v=new GoldenComplex[4]; public ProofPinwheel2(Manager MM) { this.M=MM; } public void failMessage() { throw new ProofException("ProofPinwheel2"); } public void run() { System.out.println("START"); System.out.print("start defined test 2 -- "); PinwheelMap PIN=new PinwheelMap(); setPinwheel(); int total=DataPinwheel.COUNT(); for(int i=0;i