-1

I have one rectangle with four corners say (x1,y1), (x2,y2), (x3,y3),(x4,y4). where (x1,y1) is bottom left corner, (x2,y2) is bottom right , (x3,y3)upper left and (x4,y4) upper right. I only have values of (x1,y1)that is (95.946236, 5.907290) and dimension of rectangle is 1.397m length and 0.8128m width or 55 inch X 32 inch. So how i can calculate values of (x2,y2)(x3,y3)&(x4,y4).

NIrbhay Mathur
  • 153
  • 1
  • 1
  • 10

1 Answers1

0

Assuming that the rectangle is not tilted at an angle, the four coordinates should be (x1,y1),(x1+l,y1),(x1,y1+w),(x1+l,y1+w) where l=length and w=width.

Satish Prakash Garg
  • 2,213
  • 2
  • 16
  • 25