public static interface BasicVehicle.MovementFactory
| Modifier and Type | Method and Description |
|---|---|
BasicVehicle.Movement |
make(Point2D position,
double heading,
double velocity)
Create a movement object.
|
BasicVehicle.Movement make(Point2D position, double heading, double velocity)
position - the positionheading - the headingvelocity - the velocityCopyright © 2013. All rights reserved.