IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Parametric surface that is a graph of the function f(x,y)=x*y. More...
Protected Member Functions | |
override double | f3 (double x, double y) |
Parametric surface that is a graph of the function f(x,y)=x*y.
$A Igor Oct09;
override double IG::Num::Func3d2dExamples::SaddleXY::f3 | ( | double | x, |
double | y | ||
) | [inline, protected, virtual] |
Implements IG::Num::Func3d2dExamples::ParametricSurface.