com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsTranslate
java.lang.Object
com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions.LinkGraphicsTranslate
- All Implemented Interfaces:
- LinkGraphicsInstruction
public class LinkGraphicsTranslate
- extends java.lang.Object
- implements LinkGraphicsInstruction
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LinkGraphicsTranslate
public LinkGraphicsTranslate(javax.vecmath.Vector3d translation)
LinkGraphicsTranslate
public LinkGraphicsTranslate(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