Interface: NewtonFractalOptions
Defined in: mobjects/fractals/NewtonFractal.ts:14
Options for creating a NewtonFractal visualization
Properties
center?
optionalcenter: [number,number]
Defined in: mobjects/fractals/NewtonFractal.ts:20
Center of the view in the complex plane [re, im]. Default: [0, 0]
coefficients?
optionalcoefficients:number[]
Defined in: mobjects/fractals/NewtonFractal.ts:30
Polynomial coefficients in ascending degree order. e.g. [-1, 0, 0, 1] represents z^3 - 1 (coeff[0]*z^0 + ... + coeff[3]*z^3). Default: [-1, 0, 0, 1] (z^3 - 1)
height?
optionalheight:number
Defined in: mobjects/fractals/NewtonFractal.ts:18
Height of the render plane in world units. Default: 6
lightness?
optionallightness:number
Defined in: mobjects/fractals/NewtonFractal.ts:36
Root color lightness (0-1). Default: 0.5
maxIterations?
optionalmaxIterations:number
Defined in: mobjects/fractals/NewtonFractal.ts:24
Maximum iteration count. Default: 40
opacity?
optionalopacity:number
Defined in: mobjects/fractals/NewtonFractal.ts:38
Opacity (0-1). Default: 1
saturation?
optionalsaturation:number
Defined in: mobjects/fractals/NewtonFractal.ts:34
Root color saturation (0-1). Default: 0.85
tolerance?
optionaltolerance:number
Defined in: mobjects/fractals/NewtonFractal.ts:32
Convergence threshold. Default: 1e-6
width?
optionalwidth:number
Defined in: mobjects/fractals/NewtonFractal.ts:16
Width of the render plane in world units. Default: 8
zoom?
optionalzoom:number
Defined in: mobjects/fractals/NewtonFractal.ts:22
Zoom level (higher = more zoomed in). Default: 1