pub fn center<T, const D: usize>( p1: &OPoint<T, Const<D>>, p2: &OPoint<T, Const<D>>, ) -> OPoint<T, Const<D>>where T: SimdComplexField,
The center of two points.
distance_squared