Uses of Class
us.ihmc.graphics3DAdapter.utils.GraphicsDemoTools.SimpleBounceTrajectory

Packages that use GraphicsDemoTools.SimpleBounceTrajectory
us.ihmc.graphics3DAdapter.utils   
 

Uses of GraphicsDemoTools.SimpleBounceTrajectory in us.ihmc.graphics3DAdapter.utils
 

Methods in us.ihmc.graphics3DAdapter.utils that return GraphicsDemoTools.SimpleBounceTrajectory
 GraphicsDemoTools.SimpleBounceTrajectory GraphicsDemoTools.SimpleBounceTrajectory.copy()
           
 GraphicsDemoTools.SimpleBounceTrajectory GraphicsDemoTools.RotateScaleParametersHolder.getScaleTrajectory()
           
 

Methods in us.ihmc.graphics3DAdapter.utils that return types with arguments of type GraphicsDemoTools.SimpleBounceTrajectory
 VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> GraphicsDemoTools.RotateScaleParametersHolder.getRotationTrajectory()
           
 VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> GraphicsDemoTools.RotateScaleParametersHolder.getTranslationTrajectory()
           
 

Method parameters in us.ihmc.graphics3DAdapter.utils with type arguments of type GraphicsDemoTools.SimpleBounceTrajectory
static javax.vecmath.Vector3d GraphicsDemoTools.RotateAndScaleNodeRunnable.nextVector3d(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> trajectoryVector)
           
 

Constructors in us.ihmc.graphics3DAdapter.utils with parameters of type GraphicsDemoTools.SimpleBounceTrajectory
GraphicsDemoTools.RotateScaleParametersHolder(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> translationTrajectory, VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> rotationTrajectory, GraphicsDemoTools.SimpleBounceTrajectory scaleTrajectory)
           
 

Constructor parameters in us.ihmc.graphics3DAdapter.utils with type arguments of type GraphicsDemoTools.SimpleBounceTrajectory
GraphicsDemoTools.RotateScaleParametersHolder(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> translationTrajectory, VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> rotationTrajectory, GraphicsDemoTools.SimpleBounceTrajectory scaleTrajectory)
           
GraphicsDemoTools.RotateScaleParametersHolder(VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> translationTrajectory, VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> rotationTrajectory, GraphicsDemoTools.SimpleBounceTrajectory scaleTrajectory)