us.ihmc.graphics3DAdapter.graphics.instructions.primitives
Class Graphics3DTranslateInstruction
java.lang.Object
us.ihmc.graphics3DAdapter.graphics.instructions.primitives.Graphics3DTranslateInstruction
- All Implemented Interfaces:
- Graphics3DPrimitiveInstruction
public class Graphics3DTranslateInstruction
- extends java.lang.Object
- implements Graphics3DPrimitiveInstruction
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Graphics3DTranslateInstruction
public Graphics3DTranslateInstruction(javax.vecmath.Vector3d translation)
Graphics3DTranslateInstruction
public Graphics3DTranslateInstruction(double tx,
double ty,
double tz)
getTranslation
public javax.vecmath.Vector3d getTranslation()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hasChangedSinceLastCalled
public boolean hasChangedSinceLastCalled()