pub fn center<T, const D: usize>(
    p1: &OPoint<T, Const<D>>,
    p2: &OPoint<T, Const<D>>
) -> OPoint<T, Const<D>>where
    T: SimdComplexField,
Expand description

The center of two points.

See also: