# Mathober2024_9ptCircle

# CircleAt9Points

For the 21st sketch of Mathober2024, ***CircleAt9Points*** is coded in **LiveCodeLab** through nine angles (“Points”) of a Sphere/Circle, which is the 6th prompt ***(Nine Point Circle***) of this year’s Mathober. Adding more emphasis on the number 9, there were nine color modifications made through **Glitchlab**.

## Poetry

```ocaml
Circles Departure 
Lines Stay
they want to go
but they can only vibrate
so they resonate 
through simple sounds
as the Circles depart this town
even though stationary, they still play
as the Circles pack for their departure
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1730121512414/7ec2d8ea-de6b-4bbb-8a2c-19cc4daca03f.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1730121516339/c7e81489-5bd2-4762-959a-7ccf818d66d5.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1730121522640/2a80b302-07ae-47af-8bc0-70e150acd22b.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1730121519543/6c7051ac-879f-4d7a-99ad-773c27209493.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1730121532220/14168c31-bffd-4a91-a7a3-614a33fdd6c9.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1730121544053/55c7d129-f590-48fd-be76-298d3fdd480b.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1730121547206/42925018-e9ce-4582-a1fe-88905059073d.jpeg align="center")

## LiveCodeLab Code

```javascript
v = (frame) % 510

4 times
	rotate 0, wave, sin(time)
	15 times with i
		fill v/2, abs(v - 130)/3, (time % 30) * 7
		ambientLight abs(110 - v), 24, (v + 2), v/25
		if time % 30 > 15
			stroke (time % 30) * 7, v/2, abs(v - 130)/3
		else
			noStroke
		rotate 
			ball wave(0.003) + 1 + v/500
```
