Searched defs:getRotationMatrix (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorFusion.h60 mat33_t getRotationMatrix() const { return mFusion.getRotationMatrix(); } function in class:android::SensorFusion
H A DFusion.cpp312 const vec3_t up( getRotationMatrix() * Ba );
354 mat33_t Fusion::getRotationMatrix() const { function in class:android::Fusion
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java974 public static boolean getRotationMatrix(float[] R, float[] I, method in class:SensorManager
1039 * inclination matrix <b>I</b> returned by {@link #getRotationMatrix}.
1042 * inclination matrix see {@link #getRotationMatrix}.
1046 * @see #getRotationMatrix(float[], float[], float[], float[])
1113 * returned by {@link #getRotationMatrix}.
1131 * @see #getRotationMatrix(float[], float[], float[], float[])
1241 * rotation matrix see {@link #getRotationMatrix}.
1248 * @see #getRotationMatrix(float[], float[], float[], float[])

Completed in 479 milliseconds