HyperspaceExplorer 0.7.1
|
ParametricFunction that defines this function. More...
Public Member Functions | |
DefiningFunction (ComplexFunction *parent) | |
virtual return_type | f (const argument_type &x) |
The function defining the parametric equation for the P -surface. | |
Private Attributes | |
ComplexFunction * | _complex_function |
Not a smart pointer because it's initialized to this and mustn't be deleted. |
ParametricFunction that defines this function.
virtual return_type ComplexFunction::DefiningFunction::f | ( | const argument_type & | x | ) | [virtual] |
The function defining the parametric equation for the P
-surface.
Implement this in every derived class.
x | Value of the parameter to be evaluated. |
x
.Torus3 defining function
theta | u value |
phi | v value |
Implements ParametricFunction< 4, 2 >.