Crate d3_delaunay_rs

source ·
Expand description

A port of d3/d3-delaunay.

Compute the Voronoi diagram of a set of two-dimensional points.


Repository rust_d3_geo

Modules§

  • Holds helper functions and a wrapper struct that hold data associated with a delaunay triangulation.
  • A struct that handles RendingContext2d API calls for points and line segments.
  • A wrapper struct for a polygon, so that RenderingAPI call can be made.
  • Storage a helpers for a voronoi mesh.

Traits§