[][src]Function ncollide3d::utils::tetrahedron_center

pub fn tetrahedron_center<N: RealField>(
    p1: &Point<N>,
    p2: &Point<N>,
    p3: &Point<N>,
    p4: &Point<N>
) -> Point<N>

Computes the center of a tetrahedron.