|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectza.co.luma.math.function.RealFunction2DDouble
za.co.luma.math.function.RealFunction2DWrapper
public class RealFunction2DWrapper
A class that wraps a RealFunction2D in a RealFunmtion2DDouble object.
Constructor Summary | |
---|---|
RealFunction2DWrapper(RealFunction2D function,
double inputMin,
double inputMax,
double outputMin,
double outputMax)
|
Method Summary | |
---|---|
double |
getDouble(double x,
double y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealFunction2DWrapper(RealFunction2D function, double inputMin, double inputMax, double outputMin, double outputMax)
Method Detail |
---|
public double getDouble(double x, double y)
getDouble
in class RealFunction2DDouble
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |