public class Placement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Direction |
direction |
(package private) Position |
position |
(package private) double |
time |
Constructor and Description |
---|
Placement(double[] pxy,
double[] hxy,
double t) |
Placement(double x,
double y,
double vx,
double vy,
double t) |
Placement(Position p,
Direction d) |
Placement(Position p,
Direction d,
double t) |
Modifier and Type | Method and Description |
---|---|
Direction |
getDirection() |
Position |
getPosition() |
double |
getTime() |
java.lang.String |
toString() |
Copyright © 2013. All Rights Reserved.