us.ihmc.graphics3DAdapter.utils
Class GraphicsDemoTools.SimpleBounceTrajectory

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.utils.GraphicsDemoTools.SimpleBounceTrajectory
Enclosing class:
GraphicsDemoTools

public static class GraphicsDemoTools.SimpleBounceTrajectory
extends java.lang.Object


Constructor Summary
GraphicsDemoTools.SimpleBounceTrajectory()
           
GraphicsDemoTools.SimpleBounceTrajectory(double min, double max, double rate)
           
 
Method Summary
 GraphicsDemoTools.SimpleBounceTrajectory copy()
           
 double getNextValue()
           
 void setCurrent(double current, boolean increasing)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsDemoTools.SimpleBounceTrajectory

public GraphicsDemoTools.SimpleBounceTrajectory()

GraphicsDemoTools.SimpleBounceTrajectory

public GraphicsDemoTools.SimpleBounceTrajectory(double min,
                                                double max,
                                                double rate)
Method Detail

copy

public GraphicsDemoTools.SimpleBounceTrajectory copy()

getNextValue

public double getNextValue()

setCurrent

public void setCurrent(double current,
                       boolean increasing)