Google Classroom
GeoGebraGeoGebra Classroom

Rotate your Work

Create a basic design as before. Now rotate them!
The first step is to create an object to roll: listBig = {line01, line02, list_{AB}, list_{AC}, list_{DC}} Then you rotate this list about a point (there are options) roll_0 = Sequence[Rotate[listBig, i 360 ° / n, E], i, 1, n] roll_1 = Sequence[Rotate[listBig, k 360 ° / i, E], k, 1, i] roll_2 = Sequence[Rotate[roll_1, k 360 ° / α, E], k, 1, α]