Home
last modified time | relevance | path

Searched defs:rotationMatrix (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Dsensor_algorithm_test.cpp277 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable
290 std::vector<float> rotationMatrix(5); variable
298 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable
328 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable
396 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp202 int32_t SensorAlgorithm::GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotati… in GetDirection()
225 …orithm::CreateRotationMatrix(std::vector<float> rotationVector, std::vector<float> &rotationMatrix) in CreateRotationMatrix()
275 std::vector<float> &rotationMatrix, std::vector<float> &inclinationMatrix) in CreateRotationAndInclination()
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/
H A Dasync_callback_info.h71 float rotationMatrix[THREE_DIMENSIONAL_MATRIX_LENGTH]; member
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp753 std::vector<float> rotationMatrix; in GetDirection() local
955 std::vector<float> rotationMatrix(THREE_DIMENSIONAL_MATRIX_LENGTH); in GetRotationMatrix() local