Home
last modified time | relevance | path

Searched defs:rotationVector (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libheadtracking/
DTwist.cpp26 Eigen::Vector3f rotationVector = twist.rotationalVelocity() * dt; in integrate() local
DQuaternionUtil.cpp77 Quaternionf rotationVectorToQuaternion(const Vector3f& rotationVector) { in rotationVectorToQuaternion()
/frameworks/base/core/java/android/hardware/
DSensorManager.java1654 public static void getRotationMatrixFromVector(float[] R, float[] rotationVector) { in getRotationMatrixFromVector()