NASA World Wind

Uses of Class
gov.nasa.worldwind.geom.Plane

Packages that use Plane
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.render   
gov.nasa.worldwind.render.airspaces   
gov.nasa.worldwind.terrain   
 

Uses of Plane in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom that return Plane
 Plane Plane.computeParallelPlaneAtDistance(double distance)
           
 Plane[] Frustum.getAllPlanes()
           
 Plane Frustum.getBottom()
           
 Plane Frustum.getFar()
           
 Plane Frustum.getLeft()
           
 Plane Frustum.getNear()
           
 Plane Frustum.getRight()
           
 Plane Frustum.getTop()
           
 

Methods in gov.nasa.worldwind.geom with parameters of type Plane
 boolean Sphere.intersects(Plane plane)
          Tests for intersection with a Plane.
 boolean Extent.intersects(Plane plane)
          Calculate whether or not this Extent is intersected by plane.
 boolean Cylinder.intersects(Plane plane)
           
 

Constructors in gov.nasa.worldwind.geom with parameters of type Plane
Frustum(Plane left, Plane right, Plane bottom, Plane top, Plane near, Plane far)
          Create a frustum from six Planes, which define its boundaries.
 

Uses of Plane in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes with parameters of type Plane
 boolean FlatGlobe.intersects(Plane plane)
           
 boolean EllipsoidalGlobe.intersects(Plane plane)
           
 

Uses of Plane in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return Plane
 Plane SegmentPlane.computeInfinitePlane(Globe globe)
           
 

Uses of Plane in gov.nasa.worldwind.render.airspaces
 

Methods in gov.nasa.worldwind.render.airspaces that return Plane
protected  Plane TrackAirspace.computeJoiningPlane(DrawContext dc, Box leg1, Box leg2)
           
 

Uses of Plane in gov.nasa.worldwind.terrain
 

Methods in gov.nasa.worldwind.terrain with parameters of type Plane
 SectorGeometry.ExtractedShapeDescription SectorGeometry.getIntersectingTessellationPieces(Plane[] p)
           
 


NASA World Wind