Type Alias 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.