Function bevy_rapier2d::prelude::nalgebra::center[][src]

pub fn center<T, const D: usize>(
    p1: &Point<T, D>,
    p2: &Point<T, D>
) -> Point<T, D> where
    T: SimdComplexField
Expand description

The center of two points.

See also: