Section 2. Chapter 4
single
Challenge: Rotation
Swipe to show menu
Task
Swipe to start coding
Practice applying geometric transformations by rotating a triangle by 90 degrees. Use the rotate_point function to rotate each vertex of the triangle.
- The
rotate_trianglefunction must take a list of three points and an angle in degrees. - For each point in the triangle, use
rotate_pointto find its new position after rotation. - Collect the rotated points into a new list and return it.
- After rotating the triangle, use
plot_trianglesto display both the original and rotated triangles.
Solution
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat