|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Line | |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.geom | |
gov.nasa.worldwind.globes | |
gov.nasa.worldwind.view |
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). |
Uses of Line in gov.nasa.worldwind.geom |
---|
Methods in gov.nasa.worldwind.geom that return Line | |
---|---|
static Line |
Line.fromSegment(Vec4 pa,
Vec4 pb)
Create the line containing a line segement between two points. |
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. |
Vec4 |
Plane.intersect(Line line)
Determine the point of intersection of a line with this plane. |
Intersection[] |
Extent.intersect(Line line)
Obtain the intersections of this extent with line . |
Intersection[] |
Cylinder.intersect(Line line)
|
double |
Plane.intersectDistance(Line line)
Determine the parametric point of intersection of a line with this plane. |
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 |
Globe.getIntersectionPosition(Line line)
|
Position |
FlatGlobe.getIntersectionPosition(Line line)
|
Position |
EllipsoidalGlobe.getIntersectionPosition(Line line)
|
Intersection[] |
FlatGlobe.intersect(Line line)
|
Intersection[] |
EllipsoidalGlobe.intersect(Line line)
|
Intersection[] |
Globe.intersect(Line line,
double altitude)
|
Intersection[] |
FlatGlobe.intersect(Line line,
double altitude)
|
Intersection[] |
EllipsoidalGlobe.intersect(Line line,
double altitude)
|
boolean |
FlatGlobe.intersects(Line line)
|
boolean |
EllipsoidalGlobe.intersects(Line line)
|
Uses of Line in gov.nasa.worldwind.view |
---|
Methods in gov.nasa.worldwind.view that return Line | |
---|---|
Line |
BasicOrbitView.computeRayFromScreenPoint(double x,
double y)
|
Line |
ViewSupport.computeRayFromScreenPoint(double x,
double y,
Matrix modelview,
Matrix projection,
Rectangle viewport)
|
|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |