"use strict" var inSphere = require("robust-in-sphere") var orient = require("robust-orientation") module.exports = isDelaunay function isDelaunay(t, cells, points) { for(var i=0; i= 0, "check in sphere: " + cell + " - " + j) t.ok(orient.apply(void 0, tuple.slice(0, cell.length)) >= 0, "check orientation") } } }