NASA World Wind

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

Packages that use Plane
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
 

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)
           
 


NASA World Wind