[ 
https://issues.apache.org/jira/browse/LUCENE-8139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339384#comment-16339384
 ] 

ASF subversion and git services commented on LUCENE-8139:
---------------------------------------------------------

Commit c10ba5a6d9497a6f716ccc1c5b0f789a967e7fad in lucene-solr's branch 
refs/heads/master from [~kwri...@metacarta.com]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=c10ba5a ]

LUCENE-8139: Optimize polygon interior point discovery to check center of mass 
first.  Committed on behalf of Ignacio Vera.


> polygon constructor can't reliably find a point inside the polygon
> ------------------------------------------------------------------
>
>                 Key: LUCENE-8139
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8139
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/spatial3d
>            Reporter: Ignacio Vera
>            Assignee: Karl Wright
>            Priority: Minor
>         Attachments: LUCENE-8139.patch
>
>
> The polygon factory uses a randomize algorithm to find a point inside of the 
> polygon. This might fail, in particular when polygons are very small. I want 
> to propose a small improvement; Before going into the randomize algorithm, we 
> can first try to try a point defined by the center of mass of the provided 
> points. This approach improves things, for example for very small polygons 
> with three points.
>  
> does it make sense?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to