Home/Rotating waveRotating plane wave z = sin(x cos t + y sin t)Equation: z = sin(x * cos(t) + y * sin(t))z = sin(k · r) with k(t) = (cos t, sin t). |k| = 1 so the wavelength is fixed; only the travel direction rotates.It is a clean way to picture a wave vector and planar rotation.Related surfacesRolling wavesz = sin(x + t) + cos(y + t)Three-arm vortexz = sin(3 * atan2(y, x) + t) * sqrt(x^2 + y^2) / 4Twisting interferencez = sin(x) * cos(y) * cos(t) + cos(x) * sin(y) * sin(t)