Homework 04

Kristy VanHornweder

tarball for wave.04


Phytoplankton Morphing-Surface Using an Elliptic Torus

Parametric Equations:

      x = (i+j*cos(v))*cos(u);
      y = (i+j*cos(v))*sin(u);
      z = k*sin(v);

      i = 0.4, k = 0.4, and j depends on the simulation time
Screen shot:



The torus represents the phytoplankton and the cube represents the ocean.

Link to Homework 04