Searched defs:rotationMatrix (Results 1 – 4 of 4) sorted by relevance
| /base/sensors/sensor/interfaces/native/test/unittest/ |
| D | sensor_algorithm_test.cpp | 214 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 227 std::vector<float> rotationMatrix(5); variable 235 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 265 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable 315 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable
|
| /base/sensors/sensor/interfaces/native/src/ |
| D | sensor_algorithm.cpp | 196 int32_t SensorAlgorithm::GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotati… in GetDirection() 219 …orithm::CreateRotationMatrix(std::vector<float> rotationVector, std::vector<float> &rotationMatrix) in CreateRotationMatrix() 269 std::vector<float> &rotationMatrix, std::vector<float> &inclinationMatrix) in CreateRotationAndInclination()
|
| /base/sensors/sensor/interfaces/plugin/include/ |
| D | async_callback_info.h | 69 float rotationMatrix[THREE_DIMENSIONAL_MATRIX_LENGTH]; member
|
| /base/sensors/sensor/interfaces/plugin/src/ |
| D | sensor_js.cpp | 694 std::vector<float> rotationMatrix; in GetDirection() local 962 std::vector<float> rotationMatrix(THREE_DIMENSIONAL_MATRIX_LENGTH); in GetRotationMatrix() local
|