NASA World Wind

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

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

Uses of Line in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Line
 Line View.computeRayFromScreenPoint(double x, double y)
          Computes a line, in model coordinates, originating from the eye point, and passing throught the point contained by (x, y) on the View's projection plane (or after projection into model space).
 Line AbstractView.computeRayFromScreenPoint(double x, double y)
           
 

Methods in gov.nasa.worldwind with parameters of type Line
 Position Globe.getIntersectionPosition(Line line)
           
 

Uses of Line in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom with parameters of type 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.
 Intersection[] Cylinder.intersect(Line line)
           
 boolean Sphere.intersects(Line line)
          Tests for intersection with a Line.
 boolean Extent.intersects(Line line)
          Calculate whether or not line intersects this Extent.
 boolean Cylinder.intersects(Line line)
           
 

Uses of Line in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes with parameters of type Line
 Position EllipsoidalGlobe.getIntersectionPosition(Line line)
           
 Intersection[] EllipsoidalGlobe.intersect(Line line)
           
 boolean EllipsoidalGlobe.intersects(Line line)
           
 


NASA World Wind