Skip to content

Musashisan/delaunay_triangulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages