public class GlobeController.ViewState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
heading
Heading from due north.
|
double |
height
Height above the globe.
|
Point2d |
pos
Position to move to on the globe.
|
double |
tilt
Tilt as used in the view controller.
|
| Constructor and Description |
|---|
ViewState() |
public double heading
public double height
public double tilt
public Point2d pos