Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Combined Transformations | Geometric Transformations
Geometric Modelling with Python
Sección 2. Capítulo 8
single

single

Challenge: Combined Transformations

Desliza para mostrar el menú

Tarea

Desliza para comenzar a programar

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.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 8
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt