Crate boostvoronoi_core[][src]

Modules

Contains the builder code.

A std::cell::Cell based version of the output data. See https://www.boost.org/doc/libs/1_76_0/libs/polygon/doc/voronoi_diagram.htm for diagram description.

Utility for reading example files.

Some basic geometry data structures together with From trait implementations.

A Sync version of the output data. See https://www.boost.org/doc/libs/1_76_0/libs/polygon/doc/voronoi_diagram.htm for diagram description.

Graphical utilities.

Enums

The Error type of the library

Traits

This is the integer input type of the algorithm. i32 or i64.

This is the floating point output type of the algorithm. f32 or f64.

Functions

Convert from one numeric type to another.

Try to convert from one numeric type to another