How to use the createFractalGenerator function from bindings
Find comprehensive JavaScript bindings.createFractalGenerator code examples handpicked from public code repositorys.
19 20 21 22 23 24 25 26 27 28
this.fractalMinX = fractalX - fractalWidth / 2; this.fractalMinY = fractalY - fractalHeight / 2; this.constant = math.complex(constantReal, constantImmaginary); this.iterations = iterations; this.f = f; native_fractal_service.createFractalGenerator(this.uuid, (halted, buffer) => this.save(halted, buffer), this.file, this.imageWidth, this.imageHeight, this.fractalWidth, this.fractalHeight, this.fractalMinX, this.fractalMinY, this.iterations); }
0
0
2
+ 9 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)