All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.geom.delaunay.js Maven / Gradle / Ivy

import "geom";

// @deprecated; use d3.geom.voronoi triangles instead.
d3.geom.delaunay = function(vertices) {
  return d3.geom.voronoi().triangles(vertices);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy