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