math.imageMath
Class MarbleFunction

java.lang.Object
  extended by math.imageMath.CompoundFunction2D
      extended by math.imageMath.MarbleFunction
All Implemented Interfaces:
Function2D

public class MarbleFunction
extends CompoundFunction2D


Constructor Summary
MarbleFunction()
           
MarbleFunction(Function2D basis)
           
 
Method Summary
 float evaluate(float x, float y)
           
 
Methods inherited from class math.imageMath.CompoundFunction2D
getBasis, setBasis
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarbleFunction

public MarbleFunction()

MarbleFunction

public MarbleFunction(Function2D basis)
Method Detail

evaluate

public float evaluate(float x,
                      float y)