|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.viper.gui.data.HelpInterpolate edu.umd.cfar.lamp.viper.gui.data.point.PointInterpolator
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 |
public PointInterpolator()
Method Detail |
public ArbitraryIndexList helpInterpolate(java.lang.Object alpha, java.lang.Object beta, long between) throws InterpolationException
Pnt
alpha
to the
Pnt
beta
in between
steps.
helpInterpolate
in class HelpInterpolate
alpha
- beta
- between
-
InterpolationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |