Function rin::math::center[][src]

pub fn center<N, D>(p1: &Point<N, D>, p2: &Point<N, D>) -> Point<N, D> where
    N: SimdComplexField,
    D: DimName,
    DefaultAllocator: Allocator<N, D, U1>, 

The center of two points.

See also: