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§
- Input
Type - This is the integer input type of the algorithm. i32 or i64.
- Output
Type - This is the floating point output type of the algorithm. f32 or f64.