Uses of Class
gov.nasa.worldwind.view.ViewUtil.ViewState
-
Packages that use ViewUtil.ViewState Package Description gov.nasa.worldwind.view The view package contains implementations, and support for implementations of theView
interface.gov.nasa.worldwind.view.firstperson -
-
Uses of ViewUtil.ViewState in gov.nasa.worldwind.view
Methods in gov.nasa.worldwind.view that return ViewUtil.ViewState Modifier and Type Method 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)
Methods in gov.nasa.worldwind.view with parameters of type ViewUtil.ViewState Modifier and Type Method Description protected void
BasicView. setViewState(ViewUtil.ViewState modelCoords)
static boolean
ViewUtil. validateViewState(ViewUtil.ViewState viewState)
-
Uses of ViewUtil.ViewState in gov.nasa.worldwind.view.firstperson
Methods in gov.nasa.worldwind.view.firstperson that return ViewUtil.ViewState Modifier and Type Method Description ViewUtil.ViewState
BasicFlyView. getViewState(Position eyePosition, Position centerPosition)
Methods in gov.nasa.worldwind.view.firstperson with parameters of type ViewUtil.ViewState Modifier and Type Method Description protected void
BasicFlyView. setViewState(ViewUtil.ViewState viewState)
-