RingIntersectionLookup

Type Alias RingIntersectionLookup 

Source
pub type RingIntersectionLookup = BTreeMap<usize, BTreeMap<usize, Vec<RingIntersection>>>;
Expand description

[poly_index][ring_index] -> Intersections

Aliased Typeยง

pub struct RingIntersectionLookup { /* private fields */ }