Skip to main content

PolygonEntry

Type Alias PolygonEntry 

Source
type PolygonEntry = GeomWithData<Rectangle<[f64; 2]>, usize>;

Aliased Type§

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

Fields§

§data: usize

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