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.OrbitViewState
OrbitViewInputSupport. computeOrbitViewState(Globe globe, Matrix modelTransform, Vec4 centerPoint)
static OrbitViewInputSupport.OrbitViewState
OrbitViewInputSupport. computeOrbitViewState(Globe globe, Vec4 eyePoint, Vec4 centerPoint, Vec4 up)
static OrbitViewInputSupport.OrbitViewState
OrbitViewInputSupport. 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 void
BasicOrbitView. setModelCoordinates(OrbitViewInputSupport.OrbitViewState modelCoords)
protected boolean
BasicOrbitView. validateModelCoordinates(OrbitViewInputSupport.OrbitViewState modelCoords)
-