public interface HasSlaveObjects
Whenever the positions and/or velocities of the dynamic system components
change, the position and velocity state of the slaved object within
this component must be updated using updateSlavePos()
and/or updateSlaveVel()
.
Modifier and Type | Method and Description |
---|---|
void |
updateSlavePos()
Called when the system's dynamic position state changes, to update the
position state of the slave objects.
|
void |
updateSlaveVel()
Called when the system's dynamic velocity state changes, to update the
velocity state of the slave objects.
|
void updateSlavePos()
void updateSlaveVel()