edu.umd.cfar.lamp.viper.examples.omegahead
Class OmegaInterpolator

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.data.HelpInterpolate
      extended byedu.umd.cfar.lamp.viper.examples.omegahead.OmegaInterpolator
All Implemented Interfaces:
Interpolator

public class OmegaInterpolator
extends HelpInterpolate

Interpolates two omega heads, by interpolating the individual components (origin, size, and rotation).


Constructor Summary
OmegaInterpolator()
           
 
Method Summary
 ArbitraryIndexList helpInterpolate(java.lang.Object alpha, java.lang.Object beta, long between)
          Return the between values between a and b.
 
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

OmegaInterpolator

public OmegaInterpolator()
Method Detail

helpInterpolate

public ArbitraryIndexList helpInterpolate(java.lang.Object alpha,
                                          java.lang.Object beta,
                                          long between)
                                   throws InterpolationException
Description copied from class: HelpInterpolate
Return the between values between a and b.

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