com.jhlabs.math
Class MarbleFunction

java.lang.Object
  extended by com.jhlabs.math.CompoundFunction2D
      extended by com.jhlabs.math.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 com.jhlabs.math.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)