Uses of Class
us.ihmc.graphics3DAdapter.graphics.instructions.primitives.Graphics3DScaleInstruction

Packages that use Graphics3DScaleInstruction
us.ihmc.graphics3DAdapter.graphics   
 

Uses of Graphics3DScaleInstruction in us.ihmc.graphics3DAdapter.graphics
 

Methods in us.ihmc.graphics3DAdapter.graphics that return Graphics3DScaleInstruction
 Graphics3DScaleInstruction Graphics3DObject.scale(double scaleFactor)
          Scales the coordinate system by the specified scale factor.
 Graphics3DScaleInstruction Graphics3DObject.scale(javax.vecmath.Vector3d scaleFactors)
          Scales the coordinate system by the specified scale factor.