Suppose I have a paper on which I draw some kind of "hull" polygon. I divide that polygon into many other polygons which I call "cells". Now I want to uniquely identify each cell with the geometric center and the radius of the circumscribed circle.
Is that possible?
Simple example
Let's say our "hull polygon" is an A4 paper. And the polygons we divide it into are simply the rectanlges printed on it:

Claim: All cells are uniquely identified by their center of mass, if all cells are convex.
Proof: Let $C$ be the centers of mass of two convex polygons $A_P$ and $B_P$. The center of mass of a convex polygon is within the polygon, hence $C \in A_P$ and $C \in B_P$. As each cell is guaranteed not to overlap with any other cell, $A_P = B_P$. Hence the center of mass uniquely identifies the cell if all cells are convex polygons.
Non-convex cells
Let's imagine we have a non-convex cell (the blue one below). The blue polygon and the red one might have the same center of mass. But at least the radius of their circumscribed circle is different. But I'm not sure if that is enough and I have no idea how to prove it.
