attractor/13 Tinkerbell Map (stop_motion)

1 View
Find Similar (BETA)Download
Author name
n-
Source
Sketchfab
Polygon Count
210,080
Release Date
2017-09-16
License
CC BY 4.0

Asset Overview

> a = 0.9, b = -0.6013, c = 2.0, d = 0.5, > x0 = -0.72, y0 = -0.64, ``` def tinkerbell(a, b, c, d): return lambda x, y, z: ( x*x - y*y + a*x + b*y, 2*x*y + c*x + d*y, 0 ) ```