us.ihmc.graphics3DAdapter.utils
Class GraphicsDemoTools.RotateAndScaleNodeRunnable

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.utils.GraphicsDemoTools.RotateAndScaleNodeRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GraphicsDemoTools

public static class GraphicsDemoTools.RotateAndScaleNodeRunnable
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
GraphicsDemoTools.RotateAndScaleNodeRunnable(Graphics3DNode node)
           
GraphicsDemoTools.RotateAndScaleNodeRunnable(Graphics3DNode node, GraphicsDemoTools.RotateScaleParametersHolder parametersHolder)
           
 
Method Summary
static javax.vecmath.Vector3d nextVector3d(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> trajectoryVector)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsDemoTools.RotateAndScaleNodeRunnable

public GraphicsDemoTools.RotateAndScaleNodeRunnable(Graphics3DNode node)

GraphicsDemoTools.RotateAndScaleNodeRunnable

public GraphicsDemoTools.RotateAndScaleNodeRunnable(Graphics3DNode node,
                                                    GraphicsDemoTools.RotateScaleParametersHolder parametersHolder)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

nextVector3d

public static javax.vecmath.Vector3d nextVector3d(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> trajectoryVector)