Lines Matching refs:preRotationMatrix
3299 …getAngleVariation(currentRotationMatrix: Array<number>, preRotationMatrix: Array<number&g…
3311 | preRotationMatrix | Array<number> | Yes | The other rotation matr…
3336 let preRotationMatrix = [
3341 …sensor.getAngleVariation(currentRotationMatrix, preRotationMatrix, (err: BusinessError, data: Arra…
3361 getAngleVariation(currentRotationMatrix: Array<number>, preRotationMatrix: Array<number>…
3372 | preRotationMatrix | Array<number> | Yes | The other rotation matrix. |
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> | Yes | Peer rotation matrix. …
7064 getAngleModify(currentRotationMatrix: Array<number>, preRotationMatrix: Array<number>):…
7079 | preRotationMatrix | Array<number> | Yes | Rotation vector to rotate. |