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

IG::Num::Func3d2dExamples::HyperbolicParabolloid Class Reference

Surface that is a graph of the function z/c=x^2/a^2-y^2/b^2. More...

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

List of all members.

Public Member Functions

 HyperbolicParabolloid ()
 Construct a definition of a unit-scaled hyperbollic parabolloid.
 HyperbolicParabolloid (double a, double b, double c)
 Constructs a scaled hyperbollic parabolloid.

Public Attributes

double a

Protected Member Functions

override double f3 (double x, double y)

Private Attributes

double b
double c

Detailed Description

Surface that is a graph of the function z/c=x^2/a^2-y^2/b^2.

$A Igor Oct09;


Constructor & Destructor Documentation

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

Construct a definition of a unit-scaled hyperbollic parabolloid.

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

Constructs a scaled hyperbollic parabolloid.

Parameters:
aScaling factor along x direction.
bScaling factor along y direction.
cScaling factor along z direction.

Member Function Documentation

override double IG::Num::Func3d2dExamples::HyperbolicParabolloid::f3 ( double  x,
double  y 
) [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