igeo
Class IGaussDecay

java.lang.Object
  extended by igeo.IGaussDecay
All Implemented Interfaces:
IDecay

public class IGaussDecay
extends java.lang.Object
implements IDecay

Abstract interface for field decay

Author:
Satoru Sugihara

Constructor Summary
IGaussDecay()
           
 
Method Summary
 double decay(double intensity, double distance, double threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGaussDecay

public IGaussDecay()
Method Detail

decay

public double decay(double intensity,
                    double distance,
                    double threshold)
Specified by:
decay in interface IDecay