Package | Description |
---|---|
aim4.vehicle |
This package contains the vehicle model in the simulator.
|
Modifier and Type | Class and Description |
---|---|
static class |
BasicVehicle.SteeringMovement
The steering movement.
|
static class |
BasicVehicle.TrackMovement
The track movement.
|
Modifier and Type | Method and Description |
---|---|
BasicVehicle.NonAccelMovement |
BasicVehicle.PhysicalMovement.getNonAccelMovement()
Get the non acceleration movement.
|
Constructor and Description |
---|
BasicVehicle.MoveToTargetVelocityMovement(BasicVehicle.NonAccelMovement basicMovement,
double acceleration,
double targetVelocity)
Create a move-to-target-velocity movement.
|
BasicVehicle.PhysicalMovement(BasicVehicle.NonAccelMovement nonAccelMovement,
double acceleration)
Create the physical movement.
|
Copyright © 2013. All rights reserved.