You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ignacio Vera (JIRA)" <ji...@apache.org> on 2018/10/30 15:52:00 UTC

[jira] [Created] (LUCENE-8550) Tessellator fails when filtering coplanar points when creating linked list

Ignacio Vera created LUCENE-8550:
------------------------------------

             Summary: Tessellator fails when filtering coplanar points when creating linked list 
                 Key: LUCENE-8550
                 URL: https://issues.apache.org/jira/browse/LUCENE-8550
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/sandbox
            Reporter: Ignacio Vera


Currently when creating the linked list on the tessellator, coplanar points are filtered. The problem is the following: 

if we have three coplanar points, the code is actually removing the last point, instead it should remove the middle one.

 

 



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

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