|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Point | |
|---|---|
| gov.nasa.worldwind | |
| gov.nasa.worldwind.geom | |
| gov.nasa.worldwind.globes | |
| gov.nasa.worldwind.layers | |
| Uses of Point in gov.nasa.worldwind |
|---|
| Methods in gov.nasa.worldwind that return Point | |
|---|---|
Point |
Globe.computePointFromPosition(Angle latitude,
Angle longitude,
double metersElevation)
|
Point |
Globe.computePointFromPosition(Position position)
|
Point |
Globe.computeSurfaceNormalAtPoint(Point p)
|
Point |
View.getEyePoint()
Returns the eye position in model coordinates. |
Point |
AbstractView.getEyePoint()
|
Point |
View.getForwardVector()
Returns the View z-axis orientation in model coordinates. |
Point |
AbstractView.getForwardVector()
|
Point |
DrawContextImpl.getPointOnGlobe(Angle latitude,
Angle longitude)
|
Point |
DrawContext.getPointOnGlobe(Angle latitude,
Angle longitude)
|
Point |
SectorGeometryList.getSurfacePoint(Angle latitude,
Angle longitude)
|
Point |
SectorGeometryList.getSurfacePoint(Angle latitude,
Angle longitude,
double metersOffset)
|
Point |
SectorGeometry.getSurfacePoint(Angle latitude,
Angle longitude,
double metersOffset)
|
Point |
SectorGeometryList.getSurfacePoint(Position position)
|
Point |
View.getUpVector()
Returns the View y-axis orientation in model coordinates. |
Point |
AbstractView.getUpVector()
|
Point |
View.project(Point modelPoint)
Maps a Point in model (cartesian) coordinates to a Point in screen coordinates. |
Point |
AbstractView.project(Point modelPoint)
|
Point |
TrackRenderer.render(DrawContext dc,
Iterator<TrackPoint> trackPositions)
|
Point |
View.unProject(Point windowPoint)
Maps a Point in screen coordinates to a Point in model coordinates. |
Point |
AbstractView.unProject(Point windowPoint)
|
| Methods in gov.nasa.worldwind with parameters of type Point | |
|---|---|
protected double |
AbstractView.computeHorizonDistance(Globe globe,
double verticalExaggeration,
Point eyePoint)
|
Position |
Globe.computePositionFromPoint(Point point)
|
Point |
Globe.computeSurfaceNormalAtPoint(Point p)
|
void |
IconRenderer.pick(DrawContext dc,
WWIcon icon,
Point iconPoint,
Point pickPoint,
Layer layer)
|
Point |
View.project(Point modelPoint)
Maps a Point in model (cartesian) coordinates to a Point in screen coordinates. |
Point |
AbstractView.project(Point modelPoint)
|
void |
View.pushReferenceCenter(DrawContext dc,
Point referenceCenter)
Generates a new coordinate system in which the View does not move, and model coordinates are reverse
transformed into eye coordinates. |
void |
AbstractView.pushReferenceCenter(DrawContext dc,
Point referenceCenter)
|
void |
PlaceNameRenderer.render(DrawContext dc,
PlaceName placeName,
Point placeNamePoint,
boolean enableDepthTest)
|
void |
IconRenderer.render(DrawContext dc,
WWIcon icon,
Point iconPoint)
|
Point |
View.unProject(Point windowPoint)
Maps a Point in screen coordinates to a Point in model coordinates. |
Point |
AbstractView.unProject(Point windowPoint)
|
| Uses of Point in gov.nasa.worldwind.geom |
|---|
| Fields in gov.nasa.worldwind.geom declared as Point | |
|---|---|
static Point |
Point.UNIT_X
Value of UNIT_X is (1,0,0) |
static Point |
Point.UNIT_Y
Value of UNIT_Y is (0,1,0) |
static Point |
Point.UNIT_Z
Value of UNIT_Z is (0,0,1) |
static Point |
Point.ZERO
Value of ZERO is (0,0,0) |
| Methods in gov.nasa.worldwind.geom that return Point | |
|---|---|
Point |
Point.add(Point p)
Calculates the sum of these two Points. |
static Point[] |
Point.composeExtrema(Point[] points)
Calculate the extrema of a given array of Points. |
Point |
Sector.computeCenterPoint(Globe globe)
|
Point[] |
Sector.computeCornerPoints(Globe globe)
|
Point |
Point.cross(Point that)
Determines the cross product of these two Points. |
static Point |
Point.fromOriginAndDirection(double scale,
Point direction,
Point origin)
Scales a Point along a vector. |
Point |
Sphere.getCenter()
Obtains the center of this Sphere. |
Point |
Extent.getCenter()
|
Point |
Cylinder.getCenter()
|
Point |
Line.getDirection()
|
Point |
Intersection.getIntersectionPoint()
|
Point |
Plane.getNormal()
Retrieves a Point representing the normal to this Plane. |
Point |
Line.getOrigin()
|
Point |
Line.getPointAt(double t)
|
Point |
Plane.getVector()
Retrieves a vector representing the normal and distance to this Plane. |
static Point |
Point.midPoint(Point p1,
Point p2)
Determines the midpoint of two Points. |
Point |
Point.multiply(double s)
Multiplies this Point by a scalar quantity. |
Point |
Point.normalize()
|
static Point |
Quaternion.QuaternionToAxisAngle(Quaternion q)
|
static Point |
Quaternion.QuaternionToEuler(Quaternion q)
Transforms a rotation in quaternion form to a set of Euler angles |
Point |
Point.scale(double sx,
double sy,
double sz)
|
Point |
Point.subtract(Point p)
Calculates the difference between these two Points. |
Point |
PolarPoint.toCartesian()
Obtains a cartesian point equivalent to this PolarPoint, except in cartesian space. |
static Point |
PolarPoint.toCartesian(Angle latitude,
Angle longitude,
double radius)
Obtains a cartesian point from a given latitude, longitude and distance from center. |
Point |
Matrix4.transform(Point p)
Applies this Matrix to a Point. |
Point |
Matrix.transform(Point p)
|
| Methods in gov.nasa.worldwind.geom with parameters of type Point | |
|---|---|
Point |
Point.add(Point p)
Calculates the sum of these two Points. |
static Point[] |
Point.composeExtrema(Point[] points)
Calculate the extrema of a given array of Points. |
boolean |
Frustum.contains(Point point)
|
static Sphere |
Sphere.createBoundingSphere(Point[] points)
Creates a sphere that completely contains a set of points. |
Point |
Point.cross(Point that)
Determines the cross product of these two Points. |
double |
Point.distanceTo(Point p)
Calculates the unsigned distance between this Point and p. |
double |
Line.distanceTo(Point p)
Calculate the shortests distance between this line and a specified Point. |
double |
Point.distanceToSquared(Point p)
Calculates the squared unsigned distance between this Point and p. |
double |
Point.dot(Point p)
Performs a dot product of the x, y and z coorinates of this and p. |
double |
Plane.dot(Point p)
Calculates the dot product of this Plane with Point p. |
double |
Point.dot4(Point p)
Performs a dot product of all four components of this and p. |
static PolarPoint |
PolarPoint.fromCartesian(Point cartesianPoint)
Obtains a PolarPoint from a cartesian point. |
static Point |
Point.fromOriginAndDirection(double scale,
Point direction,
Point origin)
Scales a Point along a vector. |
static Point |
Point.midPoint(Point p1,
Point p2)
Determines the midpoint of two Points. |
static Quaternion |
Quaternion.Multiply(Point v,
Quaternion q)
equivalent to multiplying by the quaternion (0, v) |
Point |
Point.subtract(Point p)
Calculates the difference between these two Points. |
Point |
Matrix4.transform(Point p)
Applies this Matrix to a Point. |
Point |
Matrix.transform(Point p)
|
Matrix |
Matrix4.translate(Point p)
Translates this Matrix in three dimansional space. |
Matrix |
Matrix.translate(Point p)
|
| Constructors in gov.nasa.worldwind.geom with parameters of type Point | |
|---|---|
Cylinder(Point bottomCenter,
Point topCenter,
double cylinderRadius)
Create a Cylinder from two points and a radius. |
|
Intersection(Point intersectionPoint,
boolean isTangent)
|
|
Line(Point origin,
Point direction)
|
|
Plane(Point vec)
Obtains a new instance of a Plane whose information is contained in Vector
vec. |
|
Sphere(Point center,
double radius)
Creates a new Sphere from a given center and radius. |
|
Triangle(Point a,
Point b,
Point c)
|
|
| Uses of Point in gov.nasa.worldwind.globes |
|---|
| Methods in gov.nasa.worldwind.globes that return Point | |
|---|---|
Point |
EllipsoidalGlobe.computePointFromPosition(Angle latitude,
Angle longitude,
double metersElevation)
|
Point |
EllipsoidalGlobe.computePointFromPosition(Position position)
|
Point |
EllipsoidalGlobe.computeSurfaceNormalAtPoint(Point p)
|
Point |
EllipsoidalGlobe.getCenter()
|
| Methods in gov.nasa.worldwind.globes with parameters of type Point | |
|---|---|
Position |
EllipsoidalGlobe.computePositionFromPoint(Point point)
|
Point |
EllipsoidalGlobe.computeSurfaceNormalAtPoint(Point p)
|
| Uses of Point in gov.nasa.worldwind.layers |
|---|
| Methods in gov.nasa.worldwind.layers that return Point | |
|---|---|
Point |
TextureTile.getCentroidPoint(Globe globe)
|
Point[] |
TextureTile.getCornerPoints(Globe globe)
|
Point |
CompassLayer.getLocationCenter()
|
| Methods in gov.nasa.worldwind.layers with parameters of type Point | |
|---|---|
void |
CompassLayer.setLocationCenter(Point locationCenter)
|
|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||