Function ncollide_utils::tetrahedron_center [] [src]

pub fn tetrahedron_center<N, P>(p1: &P, p2: &P, p3: &P, p4: &P) -> P where N: Scalar, P: Axpy<N> + Mul<N, Output=P> + Copy

Computes the center of a tetrahedron.