sorry for my english, I need to know, that, given a set of points x, y in a M x N cartesian system, how can I calculate the same set of point in another system I x J, being M > I and N > J? Is this possible? If it is, which is the name of the method?
Example:
Being a plane with 100 units of width and 150 units of height, and a set of point A= {(30, 20), (78, 56), (56, 18)}, is there a method that given a plane of 20 x 60, get a set of points equivalent with A in this second plane?
Thanks and sorry about my english.