Homework 3 - Another Time-Varying Parametric Surface

<< Return to CIS5930

October 24th, 2002

This time I found a set of equations describing the surface of a vibrating drum.

d = cos(2.0*t);
y = scale*jn(2,k*(s+d))*
    d*sin(5.0*s-angle)*
    cos(s);
x = s*sin(t);
z = s*cos(t);


From Technische Universität München

Mine in Inventor

Images


Code

Distribution

hw03.tar.gz (174k)