Skip to content

Planar convex hulls that support efficient insertion and removal of points

License

Notifications You must be signed in to change notification settings

tmcgrath325/MutableConvexHulls.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MutableConvexHulls

Stable Dev Build Status Coverage

MutableConvexHulls provides a few types that facilitate the calculation of convex hulls from sets of 2D points, as well as supporting efficient updates to the hull upon addition or removal of points.