Crate boostvoronoi_core

Source

Modules§

builder
Contains the builder code.
diagram
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.
file_reader
Utility for reading example files.
geometry
Some basic geometry data structures together with From trait implementations.
sync_diagram
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.
visual_utils
Graphical utilities.

Enums§

BvError
The Error type of the library

Traits§

InputType
This is the integer input type of the algorithm. i32 or i64.
OutputType
This is the floating point output type of the algorithm. f32 or f64.

Functions§

cast
Convert from one numeric type to another.
try_cast
Try to convert from one numeric type to another