Module boostvoronoi::sync_diagram[][src]

Re-exports

pub use super::InputType;
pub use super::OutputType;

Structs

EdgeRotNextIterator

Iterator over edges pointing away from the vertex indicated by the initial edge. edge.vertex()

SyncVoronoiDiagram

! See https://www.boost.org/doc/libs/1_75_0/libs/polygon/doc/voronoi_diagram.htm Sync version of the boostvoronoi::diagram::VoronoiDiagram struct. This is useful when traversing the diagram in a multi threaded environment.