us.ihmc.graphics3DAdapter.graphics.instructions.primitives
Class Graphics3DTranslateInstruction

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.graphics.instructions.primitives.Graphics3DTranslateInstruction
All Implemented Interfaces:
Graphics3DPrimitiveInstruction

public class Graphics3DTranslateInstruction
extends java.lang.Object
implements Graphics3DPrimitiveInstruction


Constructor Summary
Graphics3DTranslateInstruction(double tx, double ty, double tz)
           
Graphics3DTranslateInstruction(javax.vecmath.Vector3d translation)
           
 
Method Summary
 javax.vecmath.Vector3d getTranslation()
           
 boolean hasChangedSinceLastCalled()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Graphics3DTranslateInstruction

public Graphics3DTranslateInstruction(javax.vecmath.Vector3d translation)

Graphics3DTranslateInstruction

public Graphics3DTranslateInstruction(double tx,
                                      double ty,
                                      double tz)
Method Detail

getTranslation

public javax.vecmath.Vector3d getTranslation()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hasChangedSinceLastCalled

public boolean hasChangedSinceLastCalled()