com.jhlabs.math
Class FractalSumFunction

java.lang.Object
  extended by com.jhlabs.math.CompoundFunction2D
      extended by com.jhlabs.math.FractalSumFunction
All Implemented Interfaces:
Function2D

public class FractalSumFunction
extends CompoundFunction2D


Constructor Summary
FractalSumFunction(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

FractalSumFunction

public FractalSumFunction(Function2D basis)
Method Detail

evaluate

public float evaluate(float x,
                      float y)