Type Alias mapping_algorithms::types::PolygonExtents
source ยท pub type PolygonExtents<T, const N: usize> = [RangeInclusive<T>; N];Expand description
A type which is simply an N length array of RangeInclusives, representing the minimum and maximum coordinates for each dimension.