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 that the first return map and the pinwheel map agree when applied to the numerically computed centroids of the pinwheel tiles. The other pinwheel proof files show that this numerical computation of the sequences associated to the two maps is correct, and agrees throughout the interiors of the pinwheel tiles. The numerical computation here just regenerates the two sequences. Once we have these sequences, we simply show that they are equivalent.*/ public class ProofPinwheel3 implements Runnable { int halt; Manager M; public ProofPinwheel3(Manager MM) { this.M=MM; } public ProofPinwheel3() {} public void run() { System.out.println("START"); System.out.print("start pinwheel equal test -- "); int total=DataPinwheel.COUNT(); for(int i=0;i