Uses of Class
us.ihmc.utilities.VectorTuple

Packages that use VectorTuple
us.ihmc.graphics3DAdapter.utils   
 

Uses of VectorTuple in us.ihmc.graphics3DAdapter.utils
 

Methods in us.ihmc.graphics3DAdapter.utils that return VectorTuple
 VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> GraphicsDemoTools.RotateScaleParametersHolder.getRotationTrajectory()
           
 VectorTuple<GraphicsDemoTools.SimpleBounceTrajectory> GraphicsDemoTools.RotateScaleParametersHolder.getTranslationTrajectory()
           
 

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

Constructors in us.ihmc.graphics3DAdapter.utils with parameters of type VectorTuple
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)