Changed to using better math to get rid of little imperfections in the results.
authorBill Kuker <bkuker@billkuker.com>
Wed, 15 Apr 2009 18:44:32 +0000 (18:44 +0000)
committerBill Kuker <bkuker@billkuker.com>
Wed, 15 Apr 2009 18:44:32 +0000 (18:44 +0000)
commita36b1348ba52fbc3e338b63fa349fc1b3d6ae3cb
treeeb67b00f0e48a621acdb53ad121e7403cf67240f
parent98b8e334f9300f6696abf74a0c03be748bbcc37f
Changed to using better math to get rid of little imperfections in the results.
Rather than create a rect and rotate it, create the rect in place using the exact values of the coincident points.

Add / subtract the circles seperatly because adding them to the rects leads to imprecise (because of floating point) intersections, leading to non-coincident edges again.
src/TriTest.java