IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Sine function with the specified frequency factor and phase. Used in the ExampleLissajous. More...
Public Member Functions | |
ExampleSineFunctionForLissajous (double frequencyFactor, double phase) | |
ExampleSineFunctionForLissajous (double frequencyFactor) | |
override double | Value (double x) |
Returns the value of this function at the specified parameter. | |
Private Attributes | |
double | FrequencyFactor = 1 |
double | Phase = 0 |
Sine function with the specified frequency factor and phase. Used in the ExampleLissajous.
IG::Gr3d::VtkPlotBase::ExampleSineFunctionForLissajous::ExampleSineFunctionForLissajous | ( | double | frequencyFactor, |
double | phase | ||
) | [inline] |
IG::Gr3d::VtkPlotBase::ExampleSineFunctionForLissajous::ExampleSineFunctionForLissajous | ( | double | frequencyFactor | ) | [inline] |
override double IG::Gr3d::VtkPlotBase::ExampleSineFunctionForLissajous::Value | ( | double | x | ) | [inline] |
Returns the value of this function at the specified parameter.
Reimplemented from IG::Num::RealFunction.
double IG::Gr3d::VtkPlotBase::ExampleSineFunctionForLissajous::FrequencyFactor = 1 [private] |
double IG::Gr3d::VtkPlotBase::ExampleSineFunctionForLissajous::Phase = 0 [private] |