Uses of Class
gov.nasa.worldwind.geom.Sphere
-
Packages that use Sphere Package Description gov.nasa.worldwind.geom gov.nasa.worldwind.render.airspaces -
-
Uses of Sphere in gov.nasa.worldwind.geom
Fields in gov.nasa.worldwind.geom declared as Sphere Modifier and Type Field Description static Sphere
Sphere. UNIT_SPHERE
Methods in gov.nasa.worldwind.geom that return Sphere Modifier and Type Method Description static Sphere
Sector. computeBoundingSphere(Globe globe, double verticalExaggeration, Sector sector)
Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration.static Sphere
Sphere. createBoundingSphere(Vec4[] points)
Creates a sphere that completely contains a set of points.static Sphere
Sphere. createBoundingSphere(BufferWrapper buffer)
Creates a sphere that completely contains a set of points.static Sphere
Sphere. createBoundingSphere(java.lang.Iterable<? extends Extent> extents)
Creates a sphere that completely contains a set of Extents. -
Uses of Sphere in gov.nasa.worldwind.render.airspaces
Methods in gov.nasa.worldwind.render.airspaces that return Sphere Modifier and Type Method Description protected Sphere
SphereAirspace. computeExtent(DrawContext dc)
-