Searched defs:inRotationMatrix (Results 1 – 2 of 2) sorted by relevance
| /base/sensors/sensor/test/unittest/interfaces/inner_api/ |
| D | sensor_algorithm_test.cpp | 90 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable 105 std::vector<float> inRotationMatrix(3); variable 114 std::vector<float> inRotationMatrix = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5}; variable 123 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/frameworks/native/src/ |
| D | sensor_algorithm.cpp | 51 int32_t SensorAlgorithm::TransformCoordinateSystemImpl(std::vector<float> inRotationMatrix, int32_t… in TransformCoordinateSystemImpl() 97 int32_t SensorAlgorithm::TransformCoordinateSystem(std::vector<float> inRotationMatrix, int32_t axi… in TransformCoordinateSystem()
|