Function nalgebra::center [] [src]

pub fn center<N: BaseFloat, P: FloatPoint<N>>(a: &P, b: &P) -> P where P::Vector: Norm<N>

Returns the center of two points.