IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Function defined as some other function shifted for the specified value. More...
Public Member Functions | |
ExampleFunc2dShifted (IFunc2d funcOriginal, double shift) | |
override double | Value (double x, double y) |
Calculates and returns value of the current 2D scalar function. | |
Public Attributes | |
double | Shift |
IFunc2d | FuncOriginal |
Function defined as some other function shifted for the specified value.
IG::Gr3d::VtkPlotBase::ExampleFunc2dShifted::ExampleFunc2dShifted | ( | IFunc2d | funcOriginal, |
double | shift | ||
) | [inline] |
override double IG::Gr3d::VtkPlotBase::ExampleFunc2dShifted::Value | ( | double | x, |
double | y | ||
) | [inline] |
Calculates and returns value of the current 2D scalar function.
x | First parameter. |
y | Second parameter. |
z | Third parameter. |
Implements IG::Num::IFunc2d.