Searched refs:adjustedXAxis (Results 1 – 1 of 1) sorted by relevance
161 float[] adjustedXAxis = new float[4]; in calculateRotation() local162 Matrix.multiplyMV(adjustedXAxis, 0, MathsUtils.getDeviceOrientationMatrix(mOpenGlRotation), in calculateRotation()166 … double angle = Math.acos(MathsUtils.dotProduct(values, adjustedXAxis, MathsUtils.VECTOR_3D)); in calculateRotation()