| Package | Description |
|---|---|
| org.locationtech.proj4j.geodesic |
| Modifier and Type | Method and Description |
|---|---|
Pair |
GeodesicLine.AzimuthCosines() |
Pair |
GeodesicLine.EquatorialAzimuthCosines() |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeoMath.AngDiff(Pair p,
double x,
double y)
The exact difference of two angles reduced to [−180°, 180°].
|
static void |
GeoMath.norm(Pair p,
double sinx,
double cosx)
Normalize a sine cosine pair.
|
static void |
GeoMath.sincosd(Pair p,
double x)
Evaluate the sine and cosine function with the argument in degrees
|
static void |
GeoMath.sincosde(Pair p,
double x,
double t)
Evaluate the sine and cosine function with reduced argument plus correction
|
static void |
GeoMath.sum(Pair p,
double u,
double v)
The error-free sum of two numbers.
|
Copyright © 2022. All rights reserved.