Searched defs:rotationMatrix (Results 1 – 4 of 4) sorted by relevance
| /base/sensors/sensor/interfaces/native/test/unittest/ |
| D | sensor_algorithm_test.cpp | 213 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 226 std::vector<float> rotationMatrix(5); variable 234 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 264 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable 314 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable
|
| /base/sensors/sensor/interfaces/native/src/ |
| D | sensor_algorithm.cpp | 192 int32_t SensorAlgorithm::GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotati… in GetDirection() 215 …orithm::CreateRotationMatrix(std::vector<float> rotationVector, std::vector<float> &rotationMatrix) in CreateRotationMatrix() 265 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 | 702 std::vector<float> rotationMatrix; in GetDirection() local 990 std::vector<float> rotationMatrix(THREE_DIMENSIONAL_MATRIX_LENGTH); in GetRotationMatrix() local
|