com.jhlabs.math
Class RidgedFBM

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

public class RidgedFBM
extends java.lang.Object
implements Function2D


Constructor Summary
RidgedFBM()
           
 
Method Summary
 float evaluate(float x, float y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RidgedFBM

public RidgedFBM()
Method Detail

evaluate

public float evaluate(float x,
                      float y)
Specified by:
evaluate in interface Function2D