Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Challenge: Scaling | Geometric Transformations
Geometric Modelling with Python
Sezione 2. Capitolo 6
single

single

Challenge: Scaling

Scorri per mostrare il menu

Compito

Scorri per iniziare a programmare

Practice your skills with geometric transformations by scaling polygons. Given a polygon represented as a list of (x, y) coordinate tuples and a scaling factor, return a new list of tuples representing the scaled polygon.

  • Multiply each x and y coordinate in the polygon by scale_factor.
  • Construct and return a new list of scaled (x, y) tuples.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 6
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt