[][src]Function nalgebra::center

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

The center of two points.

See also: