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.geomFields in gov.nasa.worldwind.geom declared as Sphere Modifier and Type Field Description static SphereSphere. UNIT_SPHEREMethods in gov.nasa.worldwind.geom that return Sphere Modifier and Type Method Description static SphereSector. computeBoundingSphere(Globe globe, double verticalExaggeration, Sector sector)Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration.static SphereSphere. createBoundingSphere(Vec4[] points)Creates a sphere that completely contains a set of points.static SphereSphere. createBoundingSphere(BufferWrapper buffer)Creates a sphere that completely contains a set of points.static SphereSphere. 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.airspacesMethods in gov.nasa.worldwind.render.airspaces that return Sphere Modifier and Type Method Description protected SphereSphereAirspace. computeExtent(DrawContext dc)
 
-