Skip to main content

SegmentEntry

Type Alias SegmentEntry 

Source
type SegmentEntry = GeomWithData<Line<[f64; 2]>, usize>;

Aliased Type§

struct SegmentEntry {
    pub data: usize,
    /* private fields */
}

Fields§

§data: usize

Data to be associated with the geometry being stored in the RTree.