vec_math
Class Phasing.PhaseFunction
java.lang.Object
vec_math.Phasing
vec_math.Phasing.PhaseFunction
- All Implemented Interfaces:
- Function, Inverse, VariableDepending
- Enclosing class:
- Phasing
public static class Phasing.PhaseFunction
- extends Phasing
- implements Inverse
This is the function version of it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Phasing.PhaseFunction
public Phasing.PhaseFunction()
evaluate
public double evaluate(double t)
- We evaluate by phasing the argument with
Phasing.phase(double).
- Specified by:
evaluate in interface Function
invert
public double invert(double phi)
- We invert by dephasing. This is a true inversion only if the
definition space of the original function is 0-period.
- Specified by:
invert in interface Inverse