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 assoicated with a delaunay trigulation.
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

Interface in web browser.