com.yobotics.simulationconstructionset
Class GroundContactPoint

java.lang.Object
  extended by com.yobotics.simulationconstructionset.KinematicPoint
      extended by com.yobotics.simulationconstructionset.ExternalForcePoint
          extended by com.yobotics.simulationconstructionset.GroundContactPoint
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TrackGroundContactPoint

public class GroundContactPoint
extends ExternalForcePoint

See Also:
Serialized Form

Field Summary
 DoubleYoVariable coll
           
 DoubleYoVariable fs
           
 DoubleYoVariable slip
           
 DoubleYoVariable tdx
           
 DoubleYoVariable tdy
           
 DoubleYoVariable tdz
           
 
Fields inherited from class com.yobotics.simulationconstructionset.ExternalForcePoint
fx, fy, fz, px, py, pz
 
Fields inherited from class com.yobotics.simulationconstructionset.KinematicPoint
dx, dy, dz, x, y, z
 
Constructor Summary
GroundContactPoint(java.lang.String name, javax.vecmath.Vector3d offset, Robot rob)
           
 
Method Summary
 
Methods inherited from class com.yobotics.simulationconstructionset.ExternalForcePoint
getForce, resolveCollision, resolveCollision, resolveMicroCollision, setForce, toString
 
Methods inherited from class com.yobotics.simulationconstructionset.KinematicPoint
getKinematicPointUpdater, getName, getOffset, getParentJoint, getPosition, getPositionPoint, getVelocity, getVelocityVector, getYoPosition, getYoVelocity, setKinematicPointUpdater, setOffsetJoint, setOffsetJoint, setOffsetWorld, setParentJoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tdx

public DoubleYoVariable tdx

tdy

public DoubleYoVariable tdy

tdz

public DoubleYoVariable tdz

fs

public DoubleYoVariable fs

slip

public DoubleYoVariable slip

coll

public DoubleYoVariable coll
Constructor Detail

GroundContactPoint

public GroundContactPoint(java.lang.String name,
                          javax.vecmath.Vector3d offset,
                          Robot rob)