Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Program Language in Python. Solicit four corner points (E, F, G, H) of a quadrilateral from the keyboard in one-line separated by SPACE, ward off
Program Language in Python.
Solicit four corner points (E, F, G, H) of a quadrilateral from the keyboard in one-line separated by SPACE, ward off bad input which cannot be used in 2D transformation.
Then, the next line is to solicit angle in degree of rotation about a point to be defined next. Discard bad angle values.
Thirdly, define which 2D point (on the XY plane) you want the rotation to perform on. Again, abandon bad format values.
Print the new (EE, FF, GG, HH) points of the quadrilateral after rotation about the above center. Express the result in an array or list expression using 3 decimal digits. (Don't single out, or separate, the components of the points. MUST use List or Array expression!)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started