Crate boostvoronoi[][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.

Utilities for extended float. Supports 63 bit mantissa with 32 bit exponent.

Utilities for big integers. Supports next set of arithmetic operations: +, -, *.

Utility for reading example files.

Some basic geometry data structures together with From trait implementations.

Module containing robust floating points utilities.

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.

Macros

A feature gated print(), will only be active when the feature “console_debug” is selected.

A feature gated println(), will only be active when the feature “console_debug” is selected.

Structs

Functions for converting the integer input type to other types (i32 i64 etc.)

Functions for converting the integer and float input type to other types.

Enums

Traits

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

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