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

IG::Num::Func3d2dExamples::TorusVertical Class Reference

Parametric equation of a horizontal toroid surface in form of 3D vector function of 2 variables. Can be combined with TorusHorizontal to show 2 interlocked toroids. More...

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

List of all members.

Public Member Functions

 TorusVertical ()

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

Parametric equation of a horizontal toroid surface in form of 3D vector function of 2 variables.

Can be combined with TorusHorizontal to show 2 interlocked toroids.

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

$A Igor Oct11;


Constructor & Destructor Documentation

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

Member Function Documentation

override double IG::Num::Func3d2dExamples::TorusVertical::f1 ( double  u,
double  v 
) [inline, protected, virtual]
override double IG::Num::Func3d2dExamples::TorusVertical::f2 ( double  u,
double  v 
) [inline, protected, virtual]
override double IG::Num::Func3d2dExamples::TorusVertical::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