UNPKG
affine-hull
Version:
latest (1.0.0)
1.0.0
Finds the affine hull of a point set
github.com/mikolalysenko/affine-hull
mikolalysenko/affine-hull
affine-hull
/
test
/
test.js
9 lines
(6 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
var
tape =
require
(
'tape'
)
var
aff =
require
(
'../aff'
)
tape
(
'affine-hull'
,
function
(
t
) { t.
end
() })