Uses of Class
aim4.vehicle.BasicVehicle.NonAccelMovement

Packages that use BasicVehicle.NonAccelMovement
aim4.vehicle This package contains the vehicle model in the simulator. 
 

Uses of BasicVehicle.NonAccelMovement in aim4.vehicle
 

Subclasses of BasicVehicle.NonAccelMovement in aim4.vehicle
static class BasicVehicle.SteeringMovement
          The steering movement.
static class BasicVehicle.TrackMovement
          The track movement.
 

Methods in aim4.vehicle that return BasicVehicle.NonAccelMovement
 BasicVehicle.NonAccelMovement BasicVehicle.PhysicalMovement.getNonAccelMovement()
          Get the non acceleration movement.
 

Constructors in aim4.vehicle with parameters of type BasicVehicle.NonAccelMovement
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 © 2011. All Rights Reserved.