1
with a center point at (0, 0)
m
with y = 0
and 0 < x < 1
i
on the circlej
on the circle such that the three points enclose a 1/3 area.
The angle θjm
denotes the angle between points m
and j
.
Similarly, the angle θjc
denotes the angle from the center to j
.
j
is not readily reducible to a function in terms of θjc
.
Best form I managed to reduce it to is (c1-4 being constant factors):
c1 = c2*θj + c3*sin(c4*θj)
.
However, computers are fast! We can simply take various guesses and find the best match.
Putting all this together, we can smoothly animate the whole thing!