FYI: I'm coming from a Computer Science/Computer Graphics background, so my terminology might not be 100% precise.
I have a collection of polyhedra that I would like to decompose into tetrahedra. Instead of using a general-purpose algorithm for any polyhedron, I'd like to create an algorithm that is more efficient because it knows something about the shape.
For simplicity's sake, assume that each polyhedron is closed and convex. If I list out the number and type of each of a polyhedron's face (for example, a tetrahedron has 4 3-sided faces and a hexagonal prism has 2 6-sided faces and 6 4-sided faces), is that enough to uniquely identify it?
(If there is some special word for "uniquely identifying it", please let me know)