Uses of Class
gov.nasa.worldwind.view.orbit.OrbitViewInputSupport.OrbitViewState
-
Packages that use OrbitViewInputSupport.OrbitViewState Package Description gov.nasa.worldwind.view.orbit -
-
Uses of OrbitViewInputSupport.OrbitViewState in gov.nasa.worldwind.view.orbit
Methods in gov.nasa.worldwind.view.orbit that return OrbitViewInputSupport.OrbitViewState Modifier and Type Method Description static OrbitViewInputSupport.OrbitViewStateOrbitViewInputSupport. computeOrbitViewState(Globe globe, Matrix modelTransform, Vec4 centerPoint)static OrbitViewInputSupport.OrbitViewStateOrbitViewInputSupport. computeOrbitViewState(Globe globe, Vec4 eyePoint, Vec4 centerPoint, Vec4 up)static OrbitViewInputSupport.OrbitViewStateOrbitViewInputSupport. getSurfaceIntersection(Globe globe, SectorGeometryList terrain, Position centerPosition, Angle heading, Angle pitch, double zoom)Methods in gov.nasa.worldwind.view.orbit with parameters of type OrbitViewInputSupport.OrbitViewState Modifier and Type Method Description protected voidBasicOrbitView. setModelCoordinates(OrbitViewInputSupport.OrbitViewState modelCoords)protected booleanBasicOrbitView. validateModelCoordinates(OrbitViewInputSupport.OrbitViewState modelCoords)
-