[
https://issues.apache.org/jira/browse/LUCENE-8133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335695#comment-16335695
]
Karl Wright commented on LUCENE-8133:
-------------------------------------
The distance from the plane constructed to the points that were used to
construct it are almost within the 1e-12 range:
{code}
[junit4] 1> -1.4149458514578495E-12
[junit4] 1> -1.414946935660022E-12
{code}
One solution could be to increase the value of MINIMUM_RESOLUTION to 1.5e-12.
That's basically saying we can't construct planes any better than that, which
is what the math is saying already...
> Small polygon fails with misleading error: Convex polygon has a side that is
> more than 180 degrees
> ---------------------------------------------------------------------------------------------------
>
> Key: LUCENE-8133
> URL: https://issues.apache.org/jira/browse/LUCENE-8133
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/spatial3d
> Reporter: Ignacio Vera
> Assignee: Karl Wright
> Priority: Major
> Attachments: LUCENE-8133.patch, LUCENE-8133.patch,
> image-2018-01-22-12-52-21-656.png, image-2018-01-22-12-55-17-096.png
>
>
> Hi [~karl wright],
> I am trying to create a polygon that is valid but I am getting an error which
> is probably incorrect. I think it is a problem with precision.
> I will attach a test.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]