Function ncollide_utils::tetrahedron_volume [] [src]

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

Computes the volume of a tetrahedron.