Function nalgebra::center

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

The center of two points.

See also: