Home
last modified time | relevance | path

Searched refs:ecefZ (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DEcef2EnuConverter.java46 public static EnuValues convertEcefToEnu(double ecefX, double ecefY, double ecefZ, in convertEcefToEnu() argument
50 RealMatrix ecefCoordinates = new Array2DRowRealMatrix(new double[]{ecefX, ecefY, ecefZ}); in convertEcefToEnu()