Fractal parameters class.
Public Fields
-
pm polyMethod
- which method is used for polygonization
-
double xMin
- drawing box lower boundary of x coord
-
double yMin
- drawing box lower boundary of y coord
-
double zMin
- drawing box lower boundary of z coord
-
double xMax
- drawing box upper boundary of x coord
-
double yMax
- drawing box upper boundary of y coord
-
double zMax
- drawing box upper boundary of z coord
-
double step
- step size used for rendering the julia set
-
int maxiter
- maximal iterations done to test convergence
-
double bailout
- if the abs is greater than bailout after maxiter iterations the sequence is supposed to diverge
-
Quat C
- the quaternion number in the iteration function f(q) = q^2 + C
Documentation
Fractal parameters class.
This class acts as a container of some options, parameters concerning
the fractal drawing.
- pm polyMethod
- which method is used for polygonization
- double xMin
- drawing box lower boundary of x coord
- double yMin
- drawing box lower boundary of y coord
- double zMin
- drawing box lower boundary of z coord
- double xMax
- drawing box upper boundary of x coord
- double yMax
- drawing box upper boundary of y coord
- double zMax
- drawing box upper boundary of z coord
- double step
- step size used for rendering the julia set
- int maxiter
- maximal iterations done to test convergence
- double bailout
- if the abs is greater than bailout after maxiter iterations
the sequence is supposed to diverge
- Quat C
- the quaternion number in the iteration function f(q) = q^2 + C
- This class has no child classes.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.