Section 2. Chapitre 8
single
Challenge: Combined Transformations
Glissez pour afficher le menu
Tâche
Glissez pour commencer à coder
Practice combining geometric transformations on a quadrilateral and visualizing the result. You will use translation, rotation, and scaling matrices as a sequence to transform a shape and then plot both the original and transformed quadrilaterals.
- Convert the list of quadrilateral points to a NumPy array.
- Add a column of ones to convert to homogeneous coordinates.
- Initialize the combined transformation matrix as the identity matrix.
- Multiply the transformation matrices in the given sequence.
- Apply the combined transformation matrix to all points.
- Convert back from homogeneous coordinates to regular 2D coordinates.
- Prepare the original quadrilateral coordinates for plotting.
- Prepare the transformed quadrilateral coordinates for plotting, also closing the shape.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 8
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion