us.ihmc.graphics3DAdapter.utils
Class GraphicsDemoTools.RotateScaleParametersHolder

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

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


Constructor Summary
GraphicsDemoTools.RotateScaleParametersHolder(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> translationTrajectory, VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> rotationTrajectory, GraphicsDemoTools.SimpleBounceTrajectory scaleTrajectory)
           
 
Method Summary
 VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> getRotationTrajectory()
           
 GraphicsDemoTools.SimpleBounceTrajectory getScaleTrajectory()
           
 VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> getTranslationTrajectory()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsDemoTools.RotateScaleParametersHolder

public GraphicsDemoTools.RotateScaleParametersHolder(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> translationTrajectory,
                                                     VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> rotationTrajectory,
                                                     GraphicsDemoTools.SimpleBounceTrajectory scaleTrajectory)
Method Detail

getRotationTrajectory

public VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> getRotationTrajectory()

getScaleTrajectory

public GraphicsDemoTools.SimpleBounceTrajectory getScaleTrajectory()

getTranslationTrajectory

public VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> getTranslationTrajectory()