igeo
Class ILinearDecay

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

public class ILinearDecay
extends java.lang.Object
implements IDecay

Abstract interface for field decay

Author:
Satoru Sugihara

Constructor Summary
ILinearDecay()
           
 
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

ILinearDecay

public ILinearDecay()
Method Detail

decay

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