| 109 | y = ny; |
| 110 | } |
| 111 | void chirikov(double& x, double& y, double cx, double cy) { |
| 112 | y += cy*std::sin(x); |
| 113 | x += cx*y; |
| 114 | } |
| 115 | |
| 116 | //List of fractal equations |
| 117 | static const Fractal all_fractals[] = { |
nothing calls this directly
no outgoing calls
no test coverage detected