Inherits UnitFunction1D.
Public Member Functions | |
double | getValue (double point) |
DoubleDip is a base function that uses a segment of a sextic polynomial. It is similar in shape to DoubleCosine, but considerably faster. It results in a continuously differentiable surface.
Definition at line 20 of file DoubleDip.java.
double DoubleDip::getValue | ( | double | point | ) | [inline, virtual] |
Evalutate this unit function at the given x-value.
point | the point at which this function is evaluated |
Implements UnitFunction1D.
Definition at line 30 of file DoubleDip.java.