apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.55k stars 1k forks source link

Point2D#withinTriangle logic is wrong [LUCENE-9197] #10237

Open asfimport opened 4 years ago

asfimport commented 4 years ago

The current logic is wrong and needs to be properly implemented


Migrated from LUCENE-9197 by Ignacio Vera (@iverase), updated Feb 04 2020

asfimport commented 4 years ago

ASF subversion and git services (migrated from JIRA)

Commit 641680fbf106861ce54fb772d31c94432bb481b3 in lucene-solr's branch refs/heads/master from Ignacio Vera https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=641680f

LUCENE-9197: fix wrong implementation on Point2D#withinTriangle (#1228)

asfimport commented 4 years ago

ASF subversion and git services (migrated from JIRA)

Commit 996945fff758bbb636ba1273e70cd5442ea36089 in lucene-solr's branch refs/heads/branch_8x from Ignacio Vera https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=996945f

LUCENE-9197: fix wrong implementation on Point2D#withinTriangle (#1228)