edu.umd.cfar.lamp.viper.gui.data.point
Class PointInterpolator

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.data.HelpInterpolate
      extended byedu.umd.cfar.lamp.viper.gui.data.point.PointInterpolator
All Implemented Interfaces:
Interpolator

public class PointInterpolator
extends HelpInterpolate

Linear interpolation between two points.


Constructor Summary
PointInterpolator()
           
 
Method Summary
 ArbitraryIndexList helpInterpolate(java.lang.Object alpha, java.lang.Object beta, long between)
          Interpolates from the Pnt alpha to the Pnt beta in between steps.
 
Methods inherited from class edu.umd.cfar.lamp.viper.gui.data.HelpInterpolate
interpolate, oneNth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointInterpolator

public PointInterpolator()
Method Detail

helpInterpolate

public ArbitraryIndexList helpInterpolate(java.lang.Object alpha,
                                          java.lang.Object beta,
                                          long between)
                                   throws InterpolationException
Interpolates from the Pnt alpha to the Pnt beta in between steps.

Specified by:
helpInterpolate in class HelpInterpolate
Parameters:
alpha -
beta -
between -
Returns:
Throws:
InterpolationException