Searched refs:ecefCoordinates (Results 1 – 1 of 1) sorted by relevance
50 RealMatrix ecefCoordinates = new Array2DRowRealMatrix(new double[]{ecefX, ecefY, ecefZ}); in convertEcefToEnu() local52 RealMatrix enuResult = rotationMatrix.multiply(ecefCoordinates); in convertEcefToEnu()