#include <TestSampler.h>
Inheritance diagram for CTestSampler:
Public Methods | |
void | SetParam2 (float param2) |
Sets parameter responsible for form of ellipse. | |
void | SetParam1 (float param1) |
Sets parameter responsible for spiral slope (0= ellipse). | |
CPoint3D | GetCenter () |
Returns center of field. | |
void | SetCenter (CPoint3D center) |
Sets center of ellipse. | |
CTestSampler () | |
CTestSampler (CPoint3D center, float param1, float param2, int additionalSize) | |
virtual | ~CTestSampler () |
virtual CSamplePoint | ComputeSample () |
Computes samplepoint for specified position. |
A simple class used for testing purpose, drawing elliptical spirals.