NASA World Wind

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

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

Uses of Intersection in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom that return Intersection
 Intersection[] Cylinder.intersect(Line line)
           
 Intersection[] Sphere.intersect(Line line)
          Obtains the intersections of this sphere with a line.
 Intersection[] Extent.intersect(Line line)
          Obtain the intersections of this extent with line.
 

Uses of Intersection in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return Intersection
 Intersection[] EllipsoidalGlobe.intersect(Line line)
           
 Intersection[] FlatGlobe.intersect(Line line)
           
 Intersection[] Globe.intersect(Line line, double altitude)
           
 Intersection[] EllipsoidalGlobe.intersect(Line line, double altitude)
           
 Intersection[] FlatGlobe.intersect(Line line, double altitude)
           
 


NASA World Wind