# Mathober2023_Quadratic

# Rect^2

For the 11th Prompt Of **Mathober*: Quadratic,  Rect^2*** will be coded through various exponents that satisfy the definition of ***Quadratic.*** 

Layered sketches of the ***LiveCodeLab*** Piece will be the main component of the visuals

## **Poem**

```ocaml
Rectangles roaming
Rotating & rolling
Running & rimming along
Reciting the rhymes that belong
Twirling and twisting
Avoiding the mistakes that were tripping
As the angles of the others are tilting
Tiling and tipping
Tipping to the ways as the rectangles are roaming
```

## Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/egZ7vwHYUUI?si=3S4nibJCNP2by3DU"></iframe>

## LiveCodeLab Code

```javascript
background orange

scale Math.pow((time % 6 + 1)/11,2)

23 times
	rotate Math.pow(time % 8,2), Math.pow(sin(time),2), Math.pow(cos(time),2)
	move 0, Math.pow(wave(0.003), 2),Math.pow(wave(0.004),2)
	rect
```
