Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp712 std::vector<float> preRotationVector; in GetAngleModify() local
713 if (!GetFloatArray(env, args[1], preRotationVector)) { in GetAngleModify()
719 int32_t ret = sensorAlgorithm.GetAngleModify(curRotationVector, preRotationVector, angleChange); in GetAngleModify()