Registry / other / voronator

voronator

JSON →
library0.2.1rscratesunverified

Implements Voronoi diagram construction as a dual of Delaunay triangulation and centroidal tessellation.

# Cargo.toml [dependencies] voronator = "0.2.1"
INSTALL
IMPORT
SIG · VORONATOR
V
voronator
otherrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VoronoiDiagram
use voronator::VoronoiDiagram;

Constructs a Voronoi diagram from a set of points

use voronator::VoronoiDiagram; fn main() { let points = vec![(0.0, 0.0), (1.0, 0.0), (0.5, 1.0)]; let diagram = VoronoiDiagram::from_points(&points); println!("{:?}", diagram); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
voronator — cargo add voronator · libregistry