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(YoVariable x, YoVariable y, YoVariable z, YoVariable Fx, YoVariable Fy, YoVariable Fz, YoVariable yaw)
           
 
Method Summary
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
getBranchGroup, hideGraphicObject, setSleepMillis, showGraphicObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicForceVector

public DynamicForceVector(YoVariable x,
                          YoVariable y,
                          YoVariable z,
                          YoVariable Fx,
                          YoVariable Fy,
                          YoVariable Fz,
                          YoVariable yaw)