Searched defs:inRotationMatrix (Results 1 – 2 of 2) sorted by relevance
| /base/sensors/sensor/interfaces/native/test/unittest/ |
| D | sensor_algorithm_test.cpp | 87 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/ |
| D | sensor_algorithm.cpp | 51 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()
|