Function ncollide3d::utils::tetrahedron_volume [−][src]
pub fn tetrahedron_volume<N: RealField>(
p1: &Point<N>,
p2: &Point<N>,
p3: &Point<N>,
p4: &Point<N>
) -> N
Computes the volume of a tetrahedron.
pub fn tetrahedron_volume<N: RealField>(
p1: &Point<N>,
p2: &Point<N>,
p3: &Point<N>,
p4: &Point<N>
) -> N
Computes the volume of a tetrahedron.