Please enable JavaScript to use CodeHS

Ciencias de la computación New York 7-8

Lesson 5.6 Transformaciones de formas

Description

Esta lección introduce a los estudiantes en tres transformaciones de forma: traducción, rotación y escala. Los estudiantes crean transformaciones de forma estática y animada en p5.js usando las funciones translate(), rotate() y scale().


Objective

Students will be able to:

  • create static and animated shape transformations
  • statically and dynamically change the origin and resulting direction of a shape using the translate() function
  • statically and dynamically rotate a shape using the rotate() function
  • statically and dynamically change the size of a shape using the scale() function