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

IG::Num::Func3d2dExamples::EllipsoidParametric Class Reference

Parametric equation of an origin-centered ellipsoid surface in form of 3D vector function of 2 variables. More...

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

List of all members.

Public Member Functions

 EllipsoidParametric ()
 Construct an ellipsoid with some typical values for half-axes.
 EllipsoidParametric (double a, double b, double c)
 Constructs parametric definition of an origin-centered ellipsoid by the specified values of half-axes.

Public Attributes

double a

Protected Member Functions

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

Private Attributes

double b
double c

Detailed Description

Parametric equation of an origin-centered ellipsoid surface in form of 3D vector function of 2 variables.

$A Igor Oct09;


Constructor & Destructor Documentation

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

Construct an ellipsoid with some typical values for half-axes.

IG::Num::Func3d2dExamples::EllipsoidParametric::EllipsoidParametric ( double  a,
double  b,
double  c 
) [inline]

Constructs parametric definition of an origin-centered ellipsoid by the specified values of half-axes.

Parameters:
aHalf-axis in the first coordinate direction.
bHalf-axis in the second coordinate direction.
cHalf-axis in the third coordinate direction.

Member Function Documentation

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

Member Data Documentation


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