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 Frustum.getBottom()
          Obtain the bottom Plane.
 Plane Frustum.getFar()
          Obtain the far Plane.
 Plane Frustum.getLeft()
          Obtain the left Plane.
 Plane Frustum.getNear()
          Obtain the near Plane.
 Plane Frustum.getRight()
          Obtain the right Plane.
 Plane Frustum.getTop()
          Obtain the top Plane.
 

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 near, Plane far, Plane left, Plane right, Plane bottom, Plane top)
          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 EllipsoidalGlobe.intersects(Plane plane)
           
 


NASA World Wind