za.co.luma.math.function
Class RealFunction2DWrapper

java.lang.Object
  extended by za.co.luma.math.function.RealFunction2DDouble
      extended by za.co.luma.math.function.RealFunction2DWrapper

public class RealFunction2DWrapper
extends RealFunction2DDouble

A class that wraps a RealFunction2D in a RealFunmtion2DDouble object.

Author:
Herman Tulleken

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

RealFunction2DWrapper

public RealFunction2DWrapper(RealFunction2D function,
                             double inputMin,
                             double inputMax,
                             double outputMin,
                             double outputMax)
Method Detail

getDouble

public double getDouble(double x,
                        double y)
Specified by:
getDouble in class RealFunction2DDouble