de.lessvoid.nifty.tools
Class LinearInterpolator.Point

java.lang.Object
  extended by de.lessvoid.nifty.tools.LinearInterpolator.Point
Enclosing class:
LinearInterpolator

public class LinearInterpolator.Point
extends Object


Field Summary
 float x
           
 float y
           
 
Constructor Summary
LinearInterpolator.Point(float x, float y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y
Constructor Detail

LinearInterpolator.Point

public LinearInterpolator.Point(float x,
                                float y)


Copyright © 2012. All Rights Reserved.