Home
last modified time | relevance | path

Searched refs:outRotationVector (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp667 std::vector<float> outRotationVector(length); in TransformCoordinateSystem() local
669 …ret = sensorAlgorithm.TransformCoordinateSystem(inRotationVector, axisX, axisY, outRotationVector); in TransformCoordinateSystem()
675 asyncCallbackInfo->data.reserveData.reserve[i] = outRotationVector[i]; in TransformCoordinateSystem()