convex_hull_monotone_2d
convex_hull_monotone_2d(points, [point_count]) ⇒ Array.<number>
Ported from https://github.com/mikolalysenko/monotone-convex-hull-2d
Kind: global function
Param | Type |
---|---|
points | Array.<number> | Float32Array | Float64Array |
[point_count] | number |