Package | Description |
---|---|
com.ctreber.acearth | |
com.ctreber.acearth.projection | |
com.ctreber.acearth.shader | |
com.ctreber.acearth.util |
Modifier and Type | Method and Description |
---|---|
Coordinate |
ConfigurationACearth.getSunPos() |
Coordinate |
ConfigurationACearth.getSunPosRel() |
Coordinate |
ConfigurationACearth.getViewPos() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationACearth.setSunPos(Coordinate pSunPos) |
void |
ConfigurationACearth.setSunPosRel(Coordinate pSunPosRel) |
void |
ConfigurationACearth.setViewPos(Coordinate pViewPos) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
ProjectionOrtho.getLocation(int pX,
int pY) |
Coordinate |
ProjectionMerc.getLocation(int pX,
int pY) |
Coordinate |
ProjectionCyl.getLocation(int pX,
int pY) |
abstract Coordinate |
Projection.getLocation(int pX,
int pY)
Translate screen point into coordinate on Earth.
|
Coordinate |
Projection.getViewPos() |
Modifier and Type | Method and Description |
---|---|
void |
Projection.setViewPos(Coordinate pViewPos) |
Modifier and Type | Method and Description |
---|---|
void |
Shader.setSunPos(Coordinate pSunPos) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
Coordinate.eclipticToEquatorial()
Convert from ecliptic to equatorial coordinates (after duffett-smith,
section 27)
|
Coordinate |
Point3D.getCoordinate() |
static Coordinate |
SunPositionCalculator.getMoonPositionOnEarth(long pMillis)
Given a particular time (expressed in milliseconds since the unix
epoch), compute position on the earth (lat, lon) such that the
moon is directly overhead.
|
static Coordinate |
SunPositionCalculator.getSunPositionOnEarth(long pMillis)
Given a particular time (expressed in milliseconds since the unix
epoch), compute position on the earth (lat, lon) such that sun is
directly overhead.
|
Modifier and Type | Method and Description |
---|---|
void |
Coordinate.add(Coordinate lOther)
Add position to this position, make sure coordinates are valid.
|
Copyright © 2016. All Rights Reserved.