Package | Description |
---|---|
gov.nasa.worldwind.geom |
Modifier and Type | Method and Description |
---|---|
static Cylinder |
Sector.computeBoundingCylinder(Globe globe,
double verticalExaggeration,
Sector sector)
Returns a cylinder that minimally surrounds the specified sector at a specified vertical exaggeration.
|
static Cylinder |
Sector.computeBoundingCylinder(Globe globe,
double verticalExaggeration,
Sector sector,
double minElevation,
double maxElevation)
Returns a cylinder that minimally surrounds the specified sector at a specified vertical exaggeration and minimum
and maximum elevations for the sector.
|
static Cylinder |
Cylinder.computeBoundingCylinder(java.lang.Iterable<? extends Vec4> points)
Compute a bounding cylinder for a collection of points.
|
static Cylinder |
Sector.computeBoundingCylinderOrig(Globe globe,
double verticalExaggeration,
Sector sector) |
static Cylinder |
Sector.computeBoundingCylinderOrig(Globe globe,
double verticalExaggeration,
Sector sector,
double minElevation,
double maxElevation)
Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a
specified vertical exaggeration.
|
static Cylinder |
Cylinder.computeVerticalBoundingCylinder(Globe globe,
double verticalExaggeration,
Sector sector)
Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a
specified vertical exaggeration, and is oriented such that the cylinder axis is perpendicular to the globe's
surface.
|
static Cylinder |
Cylinder.computeVerticalBoundingCylinder(Globe globe,
double verticalExaggeration,
Sector sector,
double minElevation,
double maxElevation)
Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a
specified vertical exaggeration, and is oriented such that the cylinder axis is perpendicular to the globe's
surface.
|
protected static Cylinder |
Cylinder.computeVerticalBoundsFromSectorLatitudeRange(Globe globe,
Sector sector,
double minHeight,
double maxHeight)
Compute the Cylinder that surrounds the equator, and has height defined by the sector's minumum and maximum
latitudes (including maxHeight).
|
protected static Cylinder |
Cylinder.computeVerticalBoundsFromSectorQuadrilateral(Globe globe,
Sector sector,
double minHeight,
double maxHeight)
Returns a cylinder that minimally surrounds the specified height range in the sector.
|
protected static Cylinder |
Cylinder.computeVerticalBoundsFromSectorVertices(Globe globe,
Sector sector,
double minHeight,
double maxHeight)
Returns a cylinder that surrounds the specified height range in the zero-area sector.
|