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.java978 public static boolean getRotationMatrix(float[] R, float[] I, method in class:SensorManager
1053 * inclination matrix <b>I</b> returned by {@link #getRotationMatrix}.
1056 * inclination matrix see {@link #getRotationMatrix}.
1060 * @see #getRotationMatrix(float[], float[], float[], float[])
1127 * returned by {@link #getRotationMatrix}.
1145 * @see #getRotationMatrix(float[], float[], float[], float[])
1246 * rotation matrix see {@link #getRotationMatrix}.
1253 * @see #getRotationMatrix(float[], float[], float[], float[])

Completed in 60 milliseconds