Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
convex-hull
Any dimensional convex hull
monotone-convex-hull-2d
Robust 2D convex hull algorithm
incremental-convex-hull
Incremental n-dimensional convex hull algorithm
monotone-chain-convex-hull
Monotone Chain Convex Hull algorithm
full-convex-hull
Computes the convex hull of a set allowing for possible lower dimensional degeneracies
@thi.ng/geom-hull
Fast 2D convex hull (Graham Scan)
quick-hull-2d
Computes the convex hull of a given set of points using the Quick Hull algorithm.
graham_scan
Implementation of the Graham Scan algorithm to calculate a convex hull from a given array of x, y coordinates.
geo-convex-hull
Calculate the convex hull for a set of latitudes and longitudes.
@lucio/graham-scan
A JavaScript implementation of the Graham scan algorithm for finding the convex hull of a set of points.
flo-graham-scan
Function that finds the convex hull of a set of points via the Graham Scan algorithm.
@jrc03c/js-convex-hull
gets the convex hull of 2D points using the "gift-wrapping" (AKA "Jarvis march") algorithm
cnvx
Calculates convex hull for the set of 2d points
@aureooms/js-convex-hull-2d
Convex hull algorithms in R^2 code bricks for JavaScript
@turf/boolean-concave
turf boolean-concave module
graham-scanner
Implements Graham's Scan for finding the convex hull of a set of 2D vertices.
alpha-shape
Any dimensional alpha shape computation
polytope-closest-point
Computes the closest point to a polytope in arbitrary dimensions
convex
Client for the Convex Cloud
poly-decomp
Convex decomposition for 2D polygons