Information: Delaunay triangulation
The application generates random 2D points and calculates the corresponding Delaunay triangulation. Then draws the triangulation using Processing.
Execution sample:
work in progress
Requirements:
- Latest stable Oracle JDK 8
- Latest stable Apache Maven
Console commands:
cd delaunay_triangulation
mvn clean package assembly:single
java -jar target/delaunay-triangulation-1.0-SNAPSHOT-jar-with-dependencies.jar