IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
3D function of coordinates that returns difference between func2 and func1 at the first two coordinates. Used for coloring surfaces and contours according to defference between two functions. More...
Public Member Functions | |
ExampleValueFunctionDiff21 () | |
override double | Value (double x, double y, double z) |
Calculates and returns value of the current 3D scalar function. |
3D function of coordinates that returns difference between func2 and func1 at the first two coordinates.
Used for coloring surfaces and contours according to defference between two functions.
IG::Gr3d::VtkPlotBase::ExampleValueFunctionDiff21::ExampleValueFunctionDiff21 | ( | ) | [inline] |
override double IG::Gr3d::VtkPlotBase::ExampleValueFunctionDiff21::Value | ( | double | x, |
double | y, | ||
double | z | ||
) | [inline] |
Calculates and returns value of the current 3D scalar function.
x | First parameter. |
y | Second parameter. |
z | Third parameter. |
Implements IG::Num::IFunc3d.