# Mathober2025_ReyeConfiguration

# ReyeMisConfiguration

For My 28th Sketch of **Mathober2025**, ***ReyeMisConfiguration*** is coded with **LiveCodeLab** with the 20th Prompt of *Reye Configuration*. It is a mis-configuration has it isn’t the proper usage of the 12 Points & 16 lines

## Poetry

```ocaml
12 Points
16 Lines
Assuming they been revise
What are the new joints?
That have intertwined?
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1761751899661/00b3ce00-f36d-4da0-8381-37f55a667140.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1761751905247/1c6c2c1d-cfea-4473-a2ee-9b3b4160dba4.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1761751903253/722818f3-c577-4da9-8c3f-41ead880d6c3.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1761751912868/d2a3497c-8149-4cc3-a785-e98fad1209c9.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1761751909403/3a580f80-13e0-4ef9-b91e-09b6b623c569.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1761751919226/75cdf4f3-4954-4e23-9b46-b6038d654f8a.png align="center")

## Code

```javascript
move

pushMatrix()
stroke black
rect
popMatrix()

pushMatrix()
stroke black
rotate 0,0,95
line 1,1.15,2
popMatrix()

pushMatrix()
move -1, -1,- 1
stroke black
rect
popMatrix()


pushMatrix()
move 1,-1, -1
stroke black
rect
popMatrix()
```

```javascript
move

pushMatrix()
stroke black
rect
popMatrix()

pushMatrix()
stroke black
rotate 0,0,95
line 1,1.15,2
popMatrix()

move -1, -1,- 1
stroke black
rect

pushMatrix()
move 1,-1, -1
stroke black
rect
popMatrix()
```

```javascript
move

stroke black
rect

stroke black
rotate 0,0,95
line 1,1.15,2

move -1, -1,- 1
stroke black
rect

pushMatrix()
move 1,-1, -1
stroke black
rect
popMatrix()
```
