kwrightapache commented on issue #11883: URL: https://github.com/apache/lucene/issues/11883#issuecomment-1327386634
The exact cause of the failure is this: 1> Checking convex edge [A=0.4548646850534976, B=-0.4661406124151235, C=0.7588221450039768, D=0.0, side=1.0] for intersection against plane [A=0.45486468505219513, B=-0.46614061241598176, C=0.7588221450042301, D=0.0, side=1.0] 1> intersects! These two planes are nearly identical, which is what leads to this problem. The tests for whether a point is within the edge should be bounded on either side by cutoff planes (which are adjoining edges), so I need to look further into why they intersect within the bounds of both shapes. That should not be possible. -- 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