com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddPyramidCube
java.lang.Object
com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions.LinkGraphicsAddPyramidCube
- All Implemented Interfaces:
- LinkGraphicsInstruction
public class LinkGraphicsAddPyramidCube
- extends java.lang.Object
- implements LinkGraphicsInstruction
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LinkGraphicsAddPyramidCube
public LinkGraphicsAddPyramidCube(double lx,
double ly,
double lz,
double height)
LinkGraphicsAddPyramidCube
public LinkGraphicsAddPyramidCube(double lx,
double ly,
double lz,
double height,
AppearanceDefinition appearance)
getX
public double getX()
getY
public double getY()
getZ
public double getZ()
getHeight
public double getHeight()
getAppearance
public AppearanceDefinition getAppearance()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object