Hi well I got a problem about scaling shapes.Well I m trying to scale two similar shapes.It is in 2d and each shape has n points .I found a statement like this from a paper I read
"The size of a shape is the root mean square distance between the shape points and it's centroid."
So from this point if I calculate the size of both shapes S1 and S2 and lets say S1=xS2 so if I create scaling matrix like this
[x 0] [0 x]
(i just wrote 2x2 matrix i know it should be different) and if I mulitply it with S2 are their shapes aligned? Thx