Searched refs:TransformCoordinateSystem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/ |
H A D | sensor_algorithm_test.cpp | 103 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 1, 2, outRotationMatrix); 118 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 1, 2, outRotationMatrix); 127 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 1, -1, outRotationMatrix… 136 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, -1, 1, outRotationMatrix… 145 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 0, 2, outRotationMatrix); 147 ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 3, 3, outRotationMatrix); 156 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 1, 3, outRotationMatrix); 164 … int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 0, 2, inRotationMatrix); 166 ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 0, 2, inRotationMatrix); 176 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationMatrix, 1, 2, outRotationMatrix);
|
/ohos5.0/base/sensors/sensor/frameworks/native/include/ |
H A D | sensor_algorithm.h | 27 int32_t TransformCoordinateSystem(std::vector<float> inRotationMatrix, int32_t axisX,
|
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/ |
H A D | sensor_js.cpp | 619 static napi_value TransformCoordinateSystem(napi_env env, napi_callback_info info) in TransformCoordinateSystem() function 669 …int32_t ret = sensorAlgorithm.TransformCoordinateSystem(inRotationVector, axisX, axisY, outRotatio… in TransformCoordinateSystem() 1417 DECLARE_NAPI_FUNCTION("transformCoordinateSystem", TransformCoordinateSystem), in Init() 1418 DECLARE_NAPI_FUNCTION("transformRotationMatrix", TransformCoordinateSystem), in Init()
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 97 int32_t SensorAlgorithm::TransformCoordinateSystem(std::vector<float> inRotationMatrix, int32_t axi… in TransformCoordinateSystem() function in SensorAlgorithm
|