This is probably a trivial problem but I need some help with it anyway. Lets say we have two planes that consist of four points each in a three dimensional space. How can I calculate the volume between these two planes?
To make the example more concrete let's say that the planes points (x,y,z) are:
Plane 1: (1,0,0), (2,2,0), (3,0,0), (4,2,0) Plane 2: (1,0,2), (2,2,2), (3,0,2), (4,2,2)
Thanks!