de.lessvoid.nifty.tools
Class LinearInterpolator
java.lang.Object
de.lessvoid.nifty.tools.LinearInterpolator
public class LinearInterpolator
- extends Object
A value computed based on linear interpolation between a set of points.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearInterpolator
public LinearInterpolator()
addPoint
public void addPoint(float x,
float y)
prepare
public void prepare()
getMaxX
public float getMaxX()
getValue
public float getValue(float x)
Copyright © 2011. All Rights Reserved.