# Mathober2025_Chord

# TripletOfChords

For my 13th sketch of ***Mathober2025*** coded in ***LiveCodeLab,* TripletOfChords** takes the **15th** prompt**: Chord** and illustrates a place, where a bunch of Chords are trying to be Secants

## Poetry

```ocaml
A Lines wishes to be a different slant 
To be more than a Line
But can it reach outside the Sphere and its Time
Can these Lines that are chords be Secants?
Can they aim for that Slant?
```

## Video

%[https://youtu.be/yDTeZDnvkHA] 

## Code

```javascript
background black
500 times with i
	rotate Math.hypot(sin(time)*i,cos(time)*i),Math.hypot(cos(time),time % 15)
	line i/250
```
