I have a 30 sided polygon that I want to best fit inside another 30 sided polygon that is similiar to the first but not exact. I would like for each of the vertices to be as close to each other as possible, other words, the minumum average coordinate error. With polygons of this size this may take some type of perhaps least squares routine. I need something that will be a mathmatical solution. Any suggestions or thoughts appreciated.