Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 714 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 714 Bytes

Delaunay triangulation

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

Howto build


Requirements:

Console commands:

cd delaunay_triangulation
mvn clean package assembly:single
java -jar target/delaunay-triangulation-1.0-SNAPSHOT-jar-with-dependencies.jar