Lines Matching refs:preRotationMatrix
3299 …getAngleVariation(currentRotationMatrix: Array<number>, preRotationMatrix: Array<number&g…
3311 | preRotationMatrix | Array<number> | 是 | 相对旋转矩阵。 …
3336 let preRotationMatrix = [
3341 …sensor.getAngleVariation(currentRotationMatrix, preRotationMatrix, (err: BusinessError, data: Arra…
3361 getAngleVariation(currentRotationMatrix: Array<number>, preRotationMatrix: Array<number>…
3372 | preRotationMatrix | Array<number> | 是 | 相对旋转矩阵。 |
3402 let preRotationMatrix = [
3407 const promise = sensor.getAngleVariation(currentRotationMatrix, preRotationMatrix);
3760 let preRotationMatrix = [
3765 sensor.getOrientation(preRotationMatrix, (err: BusinessError, data: Array<number>) => {
3819 let preRotationMatrix = [
3824 const promise = sensor.getOrientation(preRotationMatrix);
7026 getAngleModify(currentRotationMatrix: Array<number>, preRotationMatrix: Array<number>, …
7041 | preRotationMatrix | Array<number> | 是 | 表示旋转矩阵。 …
7064 getAngleModify(currentRotationMatrix: Array<number>, preRotationMatrix: Array<number>):…
7079 | preRotationMatrix | Array<number> | 是 | 表示旋转矩阵。 |