View Single Post
  #4 (permalink)  
Old August 20th, 2004, 12:33 PM
davekw7x davekw7x is offline
Authorized User
 
Join Date: Feb 2004
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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
Reply With Quote