|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object simbad.sim.KinematicModel simbad.sim.DefaultKinematic
This is the standard kinematic with two control parameters : translation and rotation. Each agent use this kinematic by default.
Method Summary | |
double |
getRotationalVelocity()
Gets rotational velocity in radians per second |
double |
getTranslationalVelocity()
Gets translational velocity in meter per second. |
void |
setRotationalVelocity(double rv)
Sets rotational velocity in radians per second. |
void |
setTranslationalVelocity(double tv)
Sets translational velocity in meter per second. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final void setRotationalVelocity(double rv)
public final void setTranslationalVelocity(double tv)
public final double getRotationalVelocity()
public final double getTranslationalVelocity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |