Home
last modified time | relevance | path

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

/base/sensors/sensor/interfaces/native/test/unittest/
Dsensor_algorithm_test.cpp87 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
102 std::vector<float> inRotationMatrix(3); variable
111 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
120 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable
/base/sensors/sensor/interfaces/native/src/
Dsensor_algorithm.cpp51 int32_t SensorAlgorithm::TransformCoordinateSystemImpl(std::vector<float> inRotationMatrix, int32_t… in TransformCoordinateSystemImpl()
94 int32_t SensorAlgorithm::TransformCoordinateSystem(std::vector<float> inRotationMatrix, int32_t axi… in TransformCoordinateSystem()