We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have four points from a rectange (the 4 ends) and its corresponding 4 points from the moved / rotated rectange. They are exactly the same shape.
Say Rect 1 (1,1,0) (1,10,0), (10,10,0) and (10,1,0) rect 2 (100, 10,0) (100,110,0) (100,210,0) and (200, 10, 0)
I have a new unknown point (3,7,0) in the source rect1 that i wish to know the corresponding co-ordinate in rect 2.
How would i apply this ? I am a newbie and any help here would be greatly appreciated!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have four points from a rectange (the 4 ends) and its corresponding 4 points from the moved / rotated rectange. They are exactly the same shape.
Say
Rect 1 (1,1,0) (1,10,0), (10,10,0) and (10,1,0)
rect 2 (100, 10,0) (100,110,0) (100,210,0) and (200, 10, 0)
I have a new unknown point (3,7,0) in the source rect1 that i wish to know the corresponding co-ordinate in rect 2.
How would i apply this ? I am a newbie and any help here would be greatly appreciated!!
The text was updated successfully, but these errors were encountered: