]> git.mxchange.org Git - flightgear.git/commit
Found a bug in dividing and adding unique verticle segments which could
authorcurt <curt>
Sat, 3 Apr 1999 05:22:57 +0000 (05:22 +0000)
committercurt <curt>
Sat, 3 Apr 1999 05:22:57 +0000 (05:22 +0000)
commitbcb6638535a77ccf7532f9266798e02301116152
treefc5a3857b16ac4a49de93e81a0cbe477b43c2143
parenta1f70c00a8d4399b798f89cc9c917f567bbfeab1
Found a bug in dividing and adding unique verticle segments which could
cause the triangulator to end up in an infinite loop.  Basically the code
was correct, but the verticle line test was a bit to selective.
Main/construct.cxx
Triangulate/triangle.cxx
Triangulate/trisegs.cxx