Searched defs:rotationVector (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/ |
H A D | sensor_algorithm_test.cpp | 59 std::vector<float> rotationVector = {0.52, -0.336, -0.251}; variable 73 std::vector<float> rotationVector = {}; variable 82 std::vector<float> rotationVector = {0.52, -0.336, -0.251}; variable 91 std::vector<float> rotationVector = {0.52, -0.336, -0.251, 0.1}; variable 306 std::vector<float> rotationVector = {0.0, 0.0, 0.0}; variable 319 std::vector<float> rotationVector(ROTATION_VECTOR_LENGTH - 1); variable 327 std::vector<float> rotationVector = {0.0, 0.0, 0.0}; variable 336 std::vector<float> rotationVector = {0.0, 0.0, 0.0, 0.0, 0.0}; variable 345 std::vector<float> rotationVector = {0.0, 0.0, 0.0, 0.0}; variable
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 27 int32_t SensorAlgorithm::CreateQuaternion(std::vector<float> rotationVector, std::vector<float> &qu… in CreateQuaternion() 225 int32_t SensorAlgorithm::CreateRotationMatrix(std::vector<float> rotationVector, std::vector<float>… in CreateRotationMatrix()
|
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/ |
H A D | sensor_js.cpp | 794 std::vector<float> rotationVector; in CreateQuaternion() local 947 std::vector<float> rotationVector; in GetRotationMatrix() local
|