Searched defs:rotationVector (Results 1 – 3 of 3) sorted by relevance
| /base/sensors/sensor/interfaces/native/test/unittest/ |
| D | sensor_algorithm_test.cpp | 55 std::vector<float> rotationVector = {0.52, -0.336, -0.251}; variable 69 std::vector<float> rotationVector = {}; variable 78 std::vector<float> rotationVector = {0.52, -0.336, -0.251}; variable 242 std::vector<float> rotationVector = {0.0, 0.0, 0.0}; variable 255 std::vector<float> rotationVector(ROTATION_VECTOR_LENGTH - 1); variable 263 std::vector<float> rotationVector = {0.0, 0.0, 0.0}; variable
|
| /base/sensors/sensor/interfaces/native/src/ |
| D | sensor_algorithm.cpp | 27 int32_t SensorAlgorithm::CreateQuaternion(std::vector<float> rotationVector, std::vector<float> &qu… in CreateQuaternion() 215 int32_t SensorAlgorithm::CreateRotationMatrix(std::vector<float> rotationVector, std::vector<float>… in CreateRotationMatrix()
|
| /base/sensors/sensor/interfaces/plugin/src/ |
| D | sensor_js.cpp | 760 std::vector<float> rotationVector; in CreateQuaternion() local 982 std::vector<float> rotationVector; in GetRotationMatrix() local
|