Home
last modified time | relevance | path

Searched defs:preRotationMatrix (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Dsensor_algorithm_test.cpp232 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
247 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
268 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp159 …gorithm::GetAngleModify(std::vector<float> curRotationMatrix, std::vector<float> preRotationMatrix, in GetAngleModify()