Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DEcef2EnuConverter.java50 RealMatrix ecefCoordinates = new Array2DRowRealMatrix(new double[]{ecefX, ecefY, ecefZ}); in convertEcefToEnu() local
52 RealMatrix enuResult = rotationMatrix.multiply(ecefCoordinates); in convertEcefToEnu()