Farbfetzen / fractalplotr

Make beautiful fractals with R
Other
0 stars 0 forks source link

convenience functions for rotating and mirroring of the fractals #5

Closed Farbfetzen closed 6 years ago

Farbfetzen commented 6 years ago

rotating: function which either accepts an angle (+- 90 etc.) or a direction and amount of turns ("left", 3). Function for rotating it once gets called multiple times depending on angle or amount of turns.

mirroring: just accepts the direction, i.e. vertical or horizontal

Both must work with the matrices used in the mandelbrot and julia sets and the coordinate matrix of the dragon curve.

Farbfetzen commented 6 years ago

Done for the dragon curve.

Farbfetzen commented 6 years ago

done