za.co.luma.math.function
Class RealFunction2D

java.lang.Object
  extended by za.co.luma.math.function.RealFunction2D
Direct Known Subclasses:
PerlinFunction2D

public abstract class RealFunction2D
extends java.lang.Object

Class suitable for representing mappings from discrete 2D space to [0, 1]

Author:
Herman

Constructor Summary
RealFunction2D()
           
 
Method Summary
abstract  double getDouble(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealFunction2D

public RealFunction2D()
Method Detail

getDouble

public abstract double getDouble(int x,
                                 int y)