craigtaverner opened a new pull request, #946:
URL: https://github.com/apache/lucene/pull/946

   ### Add Tessellation monitor for easier debugging of triangulation algorithm
   
   While working on https://github.com/apache/lucene/pull/933, it was found to 
be very, very helpful to visualize the state of the triangulation at each step. 
For this purpose an external tool, called `polygon-triangulator-debug` was 
created and published at 
https://github.com/craigtaverner/polygon-triangulator-debug. This tool requires 
a small amount of instrumentation of the class `Tessellator`. That is provided 
by this PR, and adds an interface called `Monitor` which receives events for 
each step of the triangulation. We test this here using a simple counting 
implementation, and leave the complex image and video generation code to the 
external tool.
   


-- 
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

Reply via email to