I was challenged by someone to compute the volume for a scutoid. At first I wanted to know how this shape is described mathematically, but did not find much on that so I started with what I already know:
- bottom is hexagonal
- top is pentagonal
- there is a triangle between 2 "faces"
- the 2 "faces" where the triangle cannot be in one plane
Starting from these, the first thing that I needed to do, independent of the method of computation, was to get some formula for the non-plane faces. My attempt to solve this relied on assuming that the surface satisfies Laplace equation (I thought of it as an elastic membrane that is stretched so that it touches the edges of the face I'm interested in).
Having those 2 computed, I guess one can try to integrate but I'm still traumatized by this approach, so I would make use of the method of inserting this shape into a cube like volume, generate random points and them count the ones that fall inside the shape.
Any other ideas that are not based on using a PC (solving the Laplace equations and the volume computation part)?