The flow of the vector field (x,y) |-> (cos(x)2,sin(x))

Time

Translate px

Config

= number of points

px = (visible) radius

iterations

Infos

This program numerically solves the flow equation using Runge Kutta 4 (RK4). It uses a fixed number of iterations per point, no matter what t is.

Author: Tobias Beran. Licensed under MIT license.