UNPKG

alpha-shape

Version:
8 lines (6 loc) 183 B
module.exports = alphaShape var ac = require('alpha-complex') var bnd = require('simplicial-complex-boundary') function alphaShape(alpha, points) { return bnd(ac(alpha, points)) }