Function jumpy::core::physics::rapier::nalgebra::center

source ·
pub fn center<T, const D: usize>(
    p1: &OPoint<T, Const<D>>,
    p2: &OPoint<T, Const<D>>,
) -> OPoint<T, Const<D>>
Expand description

The center of two points.

§See also: