18 Nov
2010
18 Nov
'10
3:37 p.m.
On Thu, Nov 18, 2010 at 5:10 PM, Henry Baker <hbaker1@pipeline.com> wrote:
[My statement below about "notchy" is *wrong*. Given an ellipse, you can start my recursive perpendicular bisector subdivision from _any_ line through the center of the ellipse.
But as someone pointed out, the recursive perpendicular bisector subdivsion doesn't work. You replace side AB with sides AC and CB, where |AC| = |CB|, and you replace side XY with sides XZ and ZY, with |XZ| = |ZY|, but there's no reason to expect that just because |AB| = |XY|, that |AC| should equal |XZ|. Andy