Function ncollide_utils::center [] [src]

pub fn center<N, P>(pts: &[P]) -> P where N: Scalar, P: Axpy<N> + Mul<N, Output=P> + Copy

Computes the center of a set of point.