#include "tergen.h"

float tergenGetZ (float x,float y,int t) {
  return cos (x/5+0.01*t) + 2*sin (y/4+0.01*t) ;
}

