Great fun playing with hypotrochoid
Peter Teoh

Peter Teoh @tthtlc

About: https://tthtlc.wordpress.com https://tthtlc.github.io http://www.artdeveloper.art

Location:
Singapore
Joined:
Dec 14, 2019

Great fun playing with hypotrochoid

Publish Date: Dec 1 '24
0 0

Introducing a simple formula for experimentation:

x = (R - r) * Math.cos(f1*t) * (1 + Math.cos(f2*t)) + d * Math.cos(((R - r) / r) * t);

y = (R - r) * Math.sin(f1*t) * (1 + Math.cos(f2*t)) - d * Math.sin(((R - r) / r) * t);

where R, r, d, f1, f2 are different tunable parameter. The path of (x,y) as t varies will generate the graphics as shown in the following writeup:

https://hackgptdeveloper.github.io/2024/12/01/hypotrochoid-v3-explore.html

For example:

Image description

Image description

Image description

Image description

Image description

Image description

Comments 0 total

    Add comment