com.yobotics.simulationconstructionset.util.graphics
Class DynamicForceVector

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
      extended by com.yobotics.simulationconstructionset.util.graphics.DynamicVector
          extended by com.yobotics.simulationconstructionset.util.graphics.DynamicForceVector

public class DynamicForceVector
extends DynamicVector


Constructor Summary
DynamicForceVector(java.lang.String name, DoubleYoVariable x, DoubleYoVariable y, DoubleYoVariable z, DoubleYoVariable Fx, DoubleYoVariable Fy, DoubleYoVariable Fz, DoubleYoVariable yaw, double scale)
           
 
Method Summary
 Artifact createArtifact()
           
 boolean hasGraphicObjectChanged()
           
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicVector
getAppearance, getDrawArrowhead, getLinkGraphics
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
getName, getTransform, hideGraphicObject, isGraphicObjectShowing, showGraphicObject, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicForceVector

public DynamicForceVector(java.lang.String name,
                          DoubleYoVariable x,
                          DoubleYoVariable y,
                          DoubleYoVariable z,
                          DoubleYoVariable Fx,
                          DoubleYoVariable Fy,
                          DoubleYoVariable Fz,
                          DoubleYoVariable yaw,
                          double scale)
Method Detail

createArtifact

public Artifact createArtifact()
Specified by:
createArtifact in class DynamicGraphicObject

hasGraphicObjectChanged

public boolean hasGraphicObjectChanged()