Polyharmonic Curve Generation
Rust with WASM
Try some combinations of length (L) and angular speed (w) values to generate cool patterns and figures. The final shape depends entirely on how the vectors are summed!
- Simple Pair:
L = [7, 5]
w = [-5, 7]
- Three Segments:
L = [7, 5, 3]
w = [5, -7, 11]
- Complex Five-Link Chain:
L = [5, 4, 3, 2, 1]
w = [8, 13, -21, 5, -3]