Function ncollide::utils::tetrahedron_center [] [src]

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

Computes the center of a tetrahedron.