pub fn center<N>(pts: &[OPoint<N, Const<2>>]) -> OPoint<N, Const<2>>where
    N: RealField + Copy,
Expand description

Computes the center of a set of point.