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 theViewinterface.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.ViewStateViewUtil. computeModelCoordinates(Globe globe, Matrix modelTransform, Vec4 centerPoint, Vec4 eyePoint)static ViewUtil.ViewStateViewUtil. 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 voidBasicView. setViewState(ViewUtil.ViewState modelCoords)static booleanViewUtil. 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.ViewStateBasicFlyView. getViewState(Position eyePosition, Position centerPosition)Methods in gov.nasa.worldwind.view.firstperson with parameters of type ViewUtil.ViewState Modifier and Type Method Description protected voidBasicFlyView. setViewState(ViewUtil.ViewState viewState)
-