pub type Intv<const N: usize> = (Pt<N>, Pt<N>);
Interval alias (([f64; N], [f64; N]))
([f64; N], [f64; N])