za.co.luma.math.function
Class RealFunction2DDouble

java.lang.Object
  extended by za.co.luma.math.function.RealFunction2DDouble
Direct Known Subclasses:
Falloff, RealFunction2DWrapper

public abstract class RealFunction2DDouble
extends java.lang.Object

Class suitable for representing mappings from continuous 2D space [0, 1]*[0, 1] to [0, 1].

Author:
Herman Tulleken

Constructor Summary
RealFunction2DDouble()
           
 
Method Summary
abstract  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

RealFunction2DDouble

public RealFunction2DDouble()
Method Detail

getDouble

public abstract double getDouble(double x,
                                 double y)