math.imageMath
Class MathFunction1D
java.lang.Object
math.imageMath.MathFunction1D
- All Implemented Interfaces:
- Function1D
public class MathFunction1D
- extends java.lang.Object
- implements Function1D
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIN
public static final int SIN
- See Also:
- Constant Field Values
COS
public static final int COS
- See Also:
- Constant Field Values
TAN
public static final int TAN
- See Also:
- Constant Field Values
SQRT
public static final int SQRT
- See Also:
- Constant Field Values
ASIN
public static final int ASIN
- See Also:
- Constant Field Values
ACOS
public static final int ACOS
- See Also:
- Constant Field Values
ATAN
public static final int ATAN
- See Also:
- Constant Field Values
SQR
public static final int SQR
- See Also:
- Constant Field Values
MathFunction1D
public MathFunction1D(int operation)
evaluate
public float evaluate(float v)
- Specified by:
evaluate
in interface Function1D