public interface Function
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double rX) |
double |
evaluateMax() |
double |
evaluateMin() |
Bounds |
getBounds() |
double |
getConstant() |
List<Point2D> |
getPoints() |
boolean |
isConstant() |
Function |
offset(double offset) |
double evaluate(double rX) throws FunctionException
FunctionException
double evaluateMax()
double evaluateMin()
boolean isConstant()
double getConstant()
Bounds getBounds()
Function offset(double offset)
Copyright © 2018. All rights reserved.