PlanarConvexHulls.jl

2D convex hulls and related functionality
Author tkoolen
Popularity
7 Stars
Updated Last
1 Year Ago
Started In
January 2019

PlanarConvexHulls

Build Status Codecov

PlanarConvexHulls provides a ConvexHull type, which represents the convex hull of a set of 2D points by its extreme points. Functionality includes:

  • convexity test
  • construction of a convex hull given a set of points
  • area
  • centroid
  • point-in-convex-hull test
  • closest point within convex hull
  • equivalent halfspace representation of the convex hull

Used By Packages

No packages found.