|
 |
On 10/04/2026 17:17, ingo wrote:
>
> #declare Chladni = function(x,y,z,A,B,C,L,M,N){
> (A * sin(pi * L * x) * sin(pi * M * y) * sin(pi * N * z) +
> B * sin(pi * M * x) * sin(pi * N * y) * sin(pi * L * z) +
> C * sin(pi * N * x) * sin(pi * L * y) * sin(pi * M * z)) / (A+B+C)
> }
>
Chladni patterns... another area I wanted to explore but never got
around to. Congrats on this “simple” code, too
--
kurtz le pirate
compagnie de la banquise
Post a reply to this message
|
 |