Crate d3_delaunay_rs

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§

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

Traits§

CanvasRenderingContext2d
Interface in web browser.