Expand description
A port of d3/d3-delaunay.
Compute the Voronoi diagram of a set of two-dimensional points.
Repository rust_d3_geo
Modules§
- delaunay
- Holds helper functions and a wrapper struct that hold data associated with a delaunay triangulation.
- path
- A struct that handles
RendingContext2dAPI calls for points and line segments. - polygon
- A wrapper struct for a polygon, so that
RenderingAPIcall can be made. - voronoi
- Storage a helpers for a voronoi mesh.
Traits§
- Canvas
Rendering Context2d - Interface in web browser.