[][src]Function ncollide_utils::tetrahedron_center

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

Computes the center of a tetrahedron.