com.yobotics.simulationconstructionset.util.perturbance
Interface DirectedPerturbance

All Known Implementing Classes:
CollisionPerturbance, ForcePerturbance

public interface DirectedPerturbance


Method Summary
 void doEveryTick()
           
 double getBallMass()
           
 double getBallVelocityMagnitude()
           
 void perturb(javax.vecmath.Vector3d direction)
           
 

Method Detail

perturb

void perturb(javax.vecmath.Vector3d direction)

getBallMass

double getBallMass()

getBallVelocityMagnitude

double getBallVelocityMagnitude()

doEveryTick

void doEveryTick()