public static class LaserAzAltList.LaserPointing extends Object
| Modifier and Type | Field and Description |
|---|---|
private Vector2D |
azalt |
private long |
ms |
private Date |
start |
| Constructor and Description |
|---|
LaserPointing(Vector2D aa,
Date begin,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Vector2D |
getAzAlt() |
long |
getDuration() |
Date |
getStart() |
int |
hashCode() |
String |
toString() |
private final Vector2D azalt
private final Date start
private final long ms