Home
last modified time | relevance | path

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

/base/sensors/sensor/interfaces/native/test/unittest/
Dsensor_algorithm_test.cpp168 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
183 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
204 std::vector<float> preRotationMatrix = {1.17549e-38, 1.17549e-38, 1.17549e-38, variable
/base/sensors/sensor/interfaces/native/src/
Dsensor_algorithm.cpp149 …gorithm::GetAngleModify(std::vector<float> curRotationMatrix, std::vector<float> preRotationMatrix, in GetAngleModify()