IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Definition of parametric surface that ressembles a snail's shell in form of 3D vector function of 2 variables. More...
Public Member Functions | |
SnailShell1 () | |
Protected Member Functions | |
override double | f1 (double u, double v) |
override double | f2 (double u, double v) |
override double | f3 (double u, double v) |
Definition of parametric surface that ressembles a snail's shell in form of 3D vector function of 2 variables.
Precise parameterization is taken from the Mathematica notebook ParametricSurfaces.nb.
$A Igor Oct09;
IG::Num::Func3d2dExamples::SnailShell1::SnailShell1 | ( | ) | [inline] |
override double IG::Num::Func3d2dExamples::SnailShell1::f1 | ( | double | u, |
double | v | ||
) | [inline, protected, virtual] |
Implements IG::Num::Func3d2dExamples::ParametricSurface.
override double IG::Num::Func3d2dExamples::SnailShell1::f2 | ( | double | u, |
double | v | ||
) | [inline, protected, virtual] |
Implements IG::Num::Func3d2dExamples::ParametricSurface.
override double IG::Num::Func3d2dExamples::SnailShell1::f3 | ( | double | u, |
double | v | ||
) | [inline, protected, virtual] |
Implements IG::Num::Func3d2dExamples::ParametricSurface.