资 源 简 介
Display of a movable 3D graph of a lissajous figure with mousecontrolled (+buttonpress) theta and phi, as well as mousecontrolled positioning.
These are the functions for x,y,z:
x = r*sin(theta*t)**cos(phi*t);
y = r*sin(theta*t)**sin(phi*t);
z = r*cos(theta*t);