wodka.util
Class PeakFunction3D

java.lang.Object
  extended bywodka.util.PeakFunction3D

public class PeakFunction3D
extends java.lang.Object

Author:
wwagner4

Constructor Summary
PeakFunction3D(int elevation, int dx, int dy, int height, int base)
          Creates a new instance of PeakFunction3D
 
Method Summary
 int calculate(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeakFunction3D

public PeakFunction3D(int elevation,
                      int dx,
                      int dy,
                      int height,
                      int base)
Creates a new instance of PeakFunction3D

Method Detail

calculate

public int calculate(int x,
                     int y)