UNPKG

affine-complement

Version:

Finds a basis for the affine complement of a set of points

7 lines (4 loc) 121 B
'use strict' var points = [ [1, 0, 0], [0, 1, 0] ] var copoints = require('../acomp')(3, points) console.log(copoints)