Geometry - GerHobbelt/d3 GitHub Wiki

WikiAPI ReferenceGeometry

See one of:

  • Voronoi - compute the Voronoi tesselation or Delaunay triangulation from a set of points.
  • Quadtree - compute a quadtree from a set of points.
  • Hull - compute the convex hull of a set of points.
  • Polygon - perform polygon operations, such as computing area and clipping.