iverase opened a new pull request, #11988:
URL: https://github.com/apache/lucene/pull/11988

   The current algorithm seems to fail when the bridge is located on the first 
node of the iteration and there are another vertex with the same x and y. In 
that case we seem not to be able to find the right node because we actually 
never compute the tangent of the first node. 
   This change changes the iteration to make sure we compute the tangent for 
all nodes of the polygon which seems to help finding always the right bridge. 
We remove some logic we (well, it was me) added to try to fix this issue.
   
   fixes #11986 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to