Answered step by step
Verified Expert Solution
Link Copied!

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. image text in transcribed
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!) 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions