aim4.vehicle
Interface BasicVehicle.MovementFactory

Enclosing class:
BasicVehicle

public static interface BasicVehicle.MovementFactory

The Movement Factory


Method Summary
 BasicVehicle.Movement make(Point2D position, double heading, double velocity)
          Create a movement object.
 

Method Detail

make

BasicVehicle.Movement make(Point2D position,
                           double heading,
                           double velocity)
Create a movement object.

Parameters:
position - the position
heading - the heading
velocity - the velocity
Returns:
the movement


Copyright © 2011. All Rights Reserved.