alpha-shape
Computes the alpha shape of a point set.
Example
var alphaShape = var points = forvar i=0; i<10; ++i points var cells = console
Install
npm i alpha-shape
API
var cells = require('alpha-shape')(alpha, points)
Computes the alpha shape of a point set
alpha
is alpha parameter for the shapepoints
is a set of points in some dimension
Returns The alpha shape of the point set
License
(c) 2015 Mikola Lysenko. MIT License