HomeSort by relevance Sort by last modified time
    Searched full:elevationradians (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/location/src/android/location/cts/psedorange/
EcefToTopocentricConverter.java 58 double elevationRadians;
61 elevationRadians = Math.PI / 2.0;
64 elevationRadians = Math.atan2(upMeters, horizontalDistanceMeters);
73 return new TopocentricAEDValues(elevationRadians, azimuthRadians, distanceMeters);
96 public final double elevationRadians;
100 public TopocentricAEDValues(double elevationRadians, double azimuthRadians,
102 this.elevationRadians = elevationRadians;
IonosphericModel.java 65 double elevationSemiCircle = elevationAndAzimuthRadians.elevationRadians / Math.PI;
UserPositionVelocityWeightedLeastSquare.java     [all...]

Completed in 102 milliseconds