[][src]Function ncollide_utils::tetrahedron_volume

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

Computes the volume of a tetrahedron.