Package | Description |
---|---|
gov.nasa.worldwindx.examples.util |
Modifier and Type | Field and Description |
---|---|
protected Iterable<? extends ExtentVisibilitySupport.ScreenExtent> |
ExtentVisibilitySupport.screenExtentIterable |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends ExtentVisibilitySupport.ScreenExtent> |
ExtentVisibilitySupport.getScreenExtents()
Returns this ExtentVisibilitySupport's Iterable of ScreenExtents.
|
protected Iterable<ExtentVisibilitySupport.ScreenExtent> |
ExtentVisibilitySupport.translateScreenExtents(Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents,
Matrix oldModelview,
Matrix newModelview,
Matrix projection,
Rectangle viewport) |
Modifier and Type | Method and Description |
---|---|
protected Vec4 |
ExtentVisibilitySupport.computeCenterPoint(Globe globe,
double verticalExaggeration,
Iterable<? extends Extent> modelExtents,
Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents) |
protected Vec4 |
ExtentVisibilitySupport.computeEyePoint(Vec4 eye,
Vec4 center,
Vec4 up,
Angle fieldOfView,
Rectangle viewport,
double nearClipDistance,
double farClipDistance,
Iterable<? extends Extent> modelExtents,
Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents) |
protected Vec4 |
ExtentVisibilitySupport.computeEyePointForScreenBounds(Vec4 eye,
Vec4 center,
Vec4 up,
Angle fieldOfView,
Rectangle viewport,
double nearClipDistance,
double farClipDistance,
Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents) |
protected Vec4 |
ExtentVisibilitySupport.computeEyePointForScreenExtents(Vec4 eye,
Vec4 center,
Vec4 up,
Angle fieldOfView,
Rectangle viewport,
double nearClipDistance,
double farClipDistance,
Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents) |
protected Vec4 |
ExtentVisibilitySupport.computeEyePointForScreenReferencePoints(Vec4 eye,
Vec4 center,
Vec4 up,
Angle fieldOfView,
Rectangle viewport,
Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents) |
void |
ExtentVisibilitySupport.setScreenExtents(Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)
Sets this ExtentVisibilitySupport's Iterable of ScreenExtents.
|
protected Iterable<ExtentVisibilitySupport.ScreenExtent> |
ExtentVisibilitySupport.translateScreenExtents(Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents,
Matrix oldModelview,
Matrix newModelview,
Matrix projection,
Rectangle viewport) |