Package | Description |
---|---|
gov.nasa.worldwind.view |
The view package contains implementations, and support for implementations of the
View interface. |
gov.nasa.worldwind.view.firstperson |
Modifier and Type | Method and Description |
---|---|
static ViewUtil.ViewState |
ViewUtil.computeModelCoordinates(Globe globe,
Matrix modelTransform,
Vec4 centerPoint,
Vec4 eyePoint) |
static ViewUtil.ViewState |
ViewUtil.computeViewState(Globe globe,
Vec4 eyePoint,
Vec4 centerPoint,
Vec4 up) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicView.setViewState(ViewUtil.ViewState modelCoords) |
static boolean |
ViewUtil.validateViewState(ViewUtil.ViewState viewState) |
Modifier and Type | Method and Description |
---|---|
ViewUtil.ViewState |
BasicFlyView.getViewState(Position eyePosition,
Position centerPosition) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicFlyView.setViewState(ViewUtil.ViewState viewState) |