Skip to content

Simple local java application to show and learn some computational geometry algorithms.

Notifications You must be signed in to change notification settings

perelo/computational-geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computational_geometry

Simple local java application to show and learn some computational geometry algorithms.

Polygon

  • Convex hull
  • Monotonization
  • Triantulation of monoton and simple polygons

Scatterplot

  • Convex hull by divide and conquer
  • Voronoï by divide and conquer
  • Delaunay's triangulation as Voronoï's dual

Two convex polygons

  • Minkowski sum
  • Intersection

About

Simple local java application to show and learn some computational geometry algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages