volumeoftetrahedron
Calculates the volume of a tetrahedron defined with four points. Depending on input, function can return scalar, vector or matrix
Arguments
- p1(x)
- p1(y)
- p1(z)
- p2(x)
- p2(y)
- p2(z)
- p3(x)
- p3(y)
- p3(z)
- p4(x)
- p4(y)
- p4(z)
Output
Tetrahedron volume
Examples