|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvec_math.Spherical
public class Spherical
A class with statical methods used in spherical trigonometrie. Introduced on 5th Dec 2000, still growing.
| Constructor Summary | |
|---|---|
Spherical()
|
|
| Method Summary | |
|---|---|
static double |
cosineAngle(double beta,
double gamma,
double a)
The second law of cosine in the spherical triangle. |
static double |
cosineSide(double b,
double c,
double alpha)
The first law of cosine in the spherical triangle. |
static double |
orthodrome(double lam1,
double phi1,
double lam2,
double phi2)
Returns the minimal distance between the to specified position. |
static double |
sine(double b,
double alpha,
double beta)
The law of sine in the spherical triangle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Spherical()
| Method Detail |
|---|
public static double cosineSide(double b,
double c,
double alpha)
b - Side of triangle (radians)c - Side of triangle (radians)alpha - Enclosed angle (radians)
public static double cosineAngle(double beta,
double gamma,
double a)
beta - Angle of triangle (radians)gamma - Angle of triangle (radians)a - Side of triangle (radians)
public static double sine(double b,
double alpha,
double beta)
b - Side/angle of the triangle (radians)alpha - Angle/side opposite to the unknown side/angle (radians)beta - Angle/side opposite to the known side/angle (radians)
public static double orthodrome(double lam1,
double phi1,
double lam2,
double phi2)
lam1 - The latitude of the first point (radians)phi1 - The longitude of the first point (radians)lam2 - The latitude of the second point (radians)phi2 - The longitude of the second point (radians)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||