Skip to main content

EdgeKey

Type Alias EdgeKey 

Source
pub type EdgeKey = (u32, u32);
Expand description

Canonical (sorted) edge between two interned vertex ids. Downstream stages (classify rings, propagate flood fill) key their maps on these integers instead of exact rational point pairs — vertex interning at piece-emission time makes id equality coincide with exact geometric identity.