IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::Func3d2dExamples::SnailShell1Streched Class Reference

Definition of parametric surface that ressembles a snail's shell (a bit stretched along the axis) in form of 3D vector function of 2 variables. More...

Inheritance diagram for IG::Num::Func3d2dExamples::SnailShell1Streched:
Collaboration diagram for IG::Num::Func3d2dExamples::SnailShell1Streched:

List of all members.

Public Member Functions

 SnailShell1Streched ()

Protected Member Functions

override double f1 (double u, double v)
override double f2 (double u, double v)
override double f3 (double u, double v)

Detailed Description

Definition of parametric surface that ressembles a snail's shell (a bit stretched along the axis) in form of 3D vector function of 2 variables.

Precise parameterization is taken from the Mathematica notebook ParametricSurfaces.nb.

$A Igor Nov09;


Constructor & Destructor Documentation

IG::Num::Func3d2dExamples::SnailShell1Streched::SnailShell1Streched ( ) [inline]

Member Function Documentation

override double IG::Num::Func3d2dExamples::SnailShell1Streched::f1 ( double  u,
double  v 
) [inline, protected, virtual]
override double IG::Num::Func3d2dExamples::SnailShell1Streched::f2 ( double  u,
double  v 
) [inline, protected, virtual]
override double IG::Num::Func3d2dExamples::SnailShell1Streched::f3 ( double  u,
double  v 
) [inline, protected, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events