#include <RoesslerSampler.h>
Inheritance diagram for CRoesslerSampler:
Public Methods | |
CRoesslerSampler () | |
virtual | ~CRoesslerSampler () |
void | SetParam1 (float param1) |
void | SetParam2 (float param2) |
void | SetParam3 (float param3) |
CPoint3D | GetCenter () |
Gets center of sampled field. | |
void | SetCenter (CPoint3D center) |
Sets center of sampled field. | |
CRoesslerSampler (CPoint3D center, float param1, float param2, float param3, int additionalSize) | |
computes samples using Roessler-equitations with 3 parameters. | |
virtual CSamplePoint | ComputeSample () |
computes Samplepoint for specified position. |
The Lorenz-attractor is a chaotic attractor(meaning that it is a fractal). The Roessler-attractor is a simplified version of the Lorenz-attractor.