public static interface BasicVehicle.MovementWithAccel extends BasicVehicle.Movement
| Modifier and Type | Method and Description |
|---|---|
double |
getAcceleration()
Get the acceleration of the vehicle
|
void |
setAccelerationWithBound(double acceleration)
Set the acceleration with respect to the physical limit of the vehicle.
|
getHeading, getPosition, getVelocity, movedouble getAcceleration()
void setAccelerationWithBound(double acceleration)
acceleration - the accelerationCopyright © 2013. All rights reserved.