Package | Description |
---|---|
gov.nasa.worldwind.geom |
Modifier and Type | Field and Description |
---|---|
static PolarPoint |
PolarPoint.ZERO |
Modifier and Type | Method and Description |
---|---|
static PolarPoint |
PolarPoint.fromCartesian(double x,
double y,
double z)
Obtains a
PolarPoint from cartesian coordinates. |
static PolarPoint |
PolarPoint.fromCartesian(Vec4 cartesianPoint)
Obtains a
PolarPoint from a cartesian point. |
static PolarPoint |
PolarPoint.fromDegrees(double latitude,
double longitude,
double radius)
Obtains a
PolarPoint from degrees and a radius. |
static PolarPoint |
PolarPoint.fromRadians(double latitude,
double longitude,
double radius)
Obtains a
PolarPoint from radians and a radius. |