I'm still not sure what you mean. If they can have different starting points, different lengths, widths and angles, the only thing to check is to see if they have the same area. Is that what you mean?
So test to see if (length1 * width1 == length2 * width2). If that's not what you mean, give me a clue!
Tell me (in words, not with a program) how you are going to perform the test. Then tell me if you need help starting a program. I assume that you have written programs previously.
Dave
|