HyperspaceExplorer 0.7.1
|
ParametricFunction that defines PolarR. More...
#include <RealFunctionImplementations.h>
Public Member Functions | |
DefiningFunction (PolarR *parent) | |
virtual return_type | f (const argument_type &x) |
The function defining the parametric equation for the P -surface. | |
Private Attributes | |
PolarR * | _parent |
Not a smart pointer because it's initialized to this and mustn't be deleted. |
ParametricFunction that defines PolarR.
virtual return_type PolarR::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
. Implements ParametricFunction< 4, 3 >.