A container shape is defined from a number of n points placed randomly.
An initial point P is created in a random position "Start"
The following procedure repeats for a number of 100,000 iterations:
- A container shape point is randomly selected
- P moves to a fraction of the line connecting its current position and the selected container point. This fraction is defined by Next Point Fraction.
- Change the number of the container shape points (3-10) and observe changes in the fractal.
- Change the next point fraction
- Click Randomize to view other variances of the simulation under the same parameters.
- Zoom and pan the displayed fractal
This app uses JQuery 3.6 and Bootstrap 5.0.1.
This is a recreational personal project with no serious scientific research in mind. The terminology used is most probably not mathematically correct.. This code comes as is with no guaranty.
Paris Lyritis, June 2021