Skip to content

API for constructing Convex Hull, Triangulation of polygons and Delaunay triangulation of point sets.

Notifications You must be signed in to change notification settings

Shikhar-S/Computational-Geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computational-Geometry

API for constructing Convex Hull, Triangulation of polygons and Delaunay triangulation of point sets.

Constrained Delaunay Trinagulation

Left: Input Polygon, Center: Simple Triangulation, Right: Constrained Delaunay Triangulation

Center shows triangulation of a Polygon. Image on right side is constrained delaunay triangulation of the same polygon

Another example

The algorithm used for delaunay triangulation is Lawson's Edge flip algorithm.

Simple Trinagulation.

Left: Input polygon, Center: Polygon broken into Y-monotone pieces, Right: Simple triangulation of Y-Monotone Pieces.

Simple triangulation

Algorithm used for making y montone pieces is based on Sweep line.

Triangulation of Point Set.

Left: Point Set, Center: Convex Hull and break up into left and right halfs, Right: Triangulation of both halves.

Point triangulation

About

API for constructing Convex Hull, Triangulation of polygons and Delaunay triangulation of point sets.

Topics

Resources

Stars

Watchers

Forks